16 lines
363 B
TOML
16 lines
363 B
TOML
[package]
|
|
name = "fix-codegen"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
gc-arena = { workspace = true }
|
|
hashbrown = { workspace = true }
|
|
num_enum = { workspace = true }
|
|
rnix = { workspace = true }
|
|
string-interner = { workspace = true }
|
|
|
|
fix-builtins = { path = "../fix-builtins" }
|
|
fix-common = { path = "../fix-common" }
|
|
fix-ir = { path = "../fix-ir" }
|