18 lines
426 B
TOML
18 lines
426 B
TOML
[package]
|
|
name = "fix-ir"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bumpalo = { workspace = true }
|
|
ghost-cell = { workspace = true }
|
|
rnix = { workspace = true }
|
|
rowan = { workspace = true }
|
|
string-interner = { workspace = true }
|
|
hashbrown = { workspace = true }
|
|
num_enum = { workspace = true }
|
|
|
|
fix-builtins = { path = "../fix-builtins" }
|
|
fix-common = { path = "../fix-common" }
|
|
fix-error = { path = "../fix-error" }
|