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

12 lines
160 B
TOML
Raw Normal View History

2023-03-04 09:34:12 -06:00
[package]
2023-03-06 15:37:48 -06:00
name = "holymer"
2023-03-04 09:34:12 -06:00
version = "0.1.0"
edition = "2021"
[dependencies]
chumsky = "0.9.0"
2023-03-01 22:46:10 -06:00
structopt = "0.3.26"
2023-03-06 15:37:48 -06:00
[[bin]]
name = "hlmc"
path = "src/main.rs"