1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 03:17:32 +00:00
bobbylisp/Cargo.toml

10 lines
241 B
TOML
Raw Normal View History

2022-02-09 20:08:54 +00:00
[package]
2022-02-12 06:28:53 +00:00
name = "hycron"
2022-02-09 20:08:54 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-11 10:38:04 +00:00
clap = { version = "3.0.14", features = ["derive"] }
2022-02-12 06:28:53 +00:00
nom = "7.1.0"