14 lines
307 B
TOML
14 lines
307 B
TOML
[package]
|
|
name = "compiler"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
cranelift-codegen = "0.131.0"
|
|
cranelift-frontend = "0.131.0"
|
|
cranelift-module = "0.131.0"
|
|
cranelift-object = "0.131.0"
|
|
cranelift-native = "0.131.0"
|
|
codespan-reporting = "0.13.1"
|