mclangc/Cargo.toml

15 lines
321 B
TOML
Raw Permalink Normal View History

2024-03-14 07:13:01 +00:00
[package]
2024-07-30 23:31:08 +00:00
name = "mclangc"
2024-03-14 07:13:01 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-07-30 23:31:08 +00:00
anyhow = "1.0.86"
camino = "1.1.7"
clap = { version = "4.5.11", features = ["derive"] }
env_logger = "0.11.5"
log = "0.4.22"
2024-03-14 07:13:01 +00:00
parse_int = "0.6.0"