Files
nix-js/fix-codegen/Cargo.toml
T
2026-04-06 17:53:27 +08:00

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" }