This repository has been archived on 2020-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
not-python-old.2020-08-27/Cargo.toml

15 lines
321 B
TOML
Raw Normal View History

[package]
name = "not-python"
version = "0.1.0"
authors = ["Alek Ratzloff <alekratz@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
snafu = "0.6.6"
lazy_static = "1.4.0"
regex = "1.3.7"
derivative = "2.1.1"
structopt = "0.3"