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

10 lines
194 B
TOML
Raw Normal View History

2022-01-26 02:27:01 +00:00
[package]
name = "blvm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-01-26 03:54:07 +00:00
structopt = "0.3.26"