1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
bobbylisp/Cargo.toml

10 lines
245 B
TOML
Raw Normal View History

2022-02-09 14:08:54 -06:00
[package]
2022-02-12 00:28:53 -06:00
name = "hycron"
2022-02-09 14:08:54 -06: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 04:38:04 -06:00
clap = { version = "3.0.14", features = ["derive"] }
2022-02-16 09:36:33 -06:00
chumsky = "0.8.0"