mclangc/Cargo.toml
MCorange 1f4645ed24 Upgrade to rust 2024
Wow this project is old
2026-01-17 16:39:01 +02:00

16 lines
436 B
TOML

[package]
name = "mclangc"
version = "0.1.0"
edition = "2024"
default-run = "mclangc"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.94"
camino = "1.1.9"
clap = { version = "4.5.23", features = ["derive"] }
# inkwell = { version = "0.5.0", default-features = false, features = ["target-x86"] }
lazy_static = "1.5.0"
#llvm-lib = "0.8.1"
parse_int = "0.6.0"