Files
nix-js/fix-bytecode/Cargo.toml
T

13 lines
246 B
TOML

[package]
name = "fix-bytecode"
version = "0.1.0"
edition = "2024"
[dependencies]
colored = "3.1.1"
likely_stable = { workspace = true }
num_enum = { workspace = true }
string-interner = { workspace = true }
fix-lang = { path = "../fix-lang" }