2022-07-16 03:26:49 +00:00
|
|
|
[package]
|
|
|
|
name = "toy"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-07-17 22:45:51 +00:00
|
|
|
license = "0BSD"
|
2022-07-16 03:26:49 +00:00
|
|
|
|
|
|
|
[[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]
|