This commit is contained in:
2026-04-04 11:34:54 +08:00
parent ee54ab8895
commit f697eaf0ce
34 changed files with 1799 additions and 4221 deletions
+17
View File
@@ -0,0 +1,17 @@
[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" }