mclangc/Cargo.toml

20 lines
463 B
TOML
Raw Permalink Normal View History

2023-03-12 20:51:21 +00:00
[package]
2023-04-13 10:47:15 +00:00
name = "mclangc"
2023-03-12 20:51:21 +00:00
version = "0.1.0"
edition = "2021"
2024-03-23 01:58:42 +00:00
2023-03-12 20:51:21 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-23 01:58:42 +00:00
anyhow = "1.0.80"
bitflags = "2.4.2"
camino = "1.1.6"
clap = { version = "4.5.2", features = ["derive"] }
clap_derive = "4.5.0"
lazy_static = "1.4.0"
map-macro = "0.3.0"
parse_int = "0.6.0"
# serde = { version = "1.0.197", features = ["derive"] }
# regex = "1.10.3"
snailquote = "0.3.1"