18 lines
419 B
TOML
18 lines
419 B
TOML
[package]
|
|
name = "fix-runtime"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
gc-arena = { workspace = true }
|
|
hashbrown = { workspace = true }
|
|
likely_stable = { workspace = true }
|
|
num_enum = { workspace = true }
|
|
smallvec = { workspace = true }
|
|
sptr = "0.3"
|
|
string-interner = { workspace = true }
|
|
|
|
fix-bytecode = { path = "../fix-bytecode" }
|
|
fix-error = { path = "../fix-error" }
|
|
fix-lang = { path = "../fix-lang" }
|