mclangc/Cargo.toml

13 lines
289 B
TOML
Raw Normal View History

2024-12-21 01:22:07 +00:00
[package]
name = "mclangc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.94"
clap = { version = "4.5.23", features = ["derive"] }
lazy_static = "1.5.0"
parse_int = "0.6.0"