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

12 lines
160 B
TOML

[package]
name = "holymer"
version = "0.1.0"
edition = "2021"
[dependencies]
chumsky = "0.9.0"
structopt = "0.3.26"
[[bin]]
name = "hlmc"
path = "src/main.rs"