16 lines
436 B
TOML
16 lines
436 B
TOML
[package]
|
|
name = "mclangc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
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"
|