You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
organic/Cargo.toml

19 lines
301 B
TOML

[package]
name = "toy"
version = "0.1.0"
edition = "2021"
license = "0BSD"
[[bin]]
name = "toy"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
nom = "7.1.1"
pretty_env_logger = "0.4.0"
[features]