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