13 lines
303 B
TOML
13 lines
303 B
TOML
[package]
|
|
name = "nixjit_ir"
|
|
description = "The core data structures for the nixjit intermediate representation (IR)."
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
derive_more = { version = "2.0", features = ["full"] }
|
|
hashbrown = "0.15"
|
|
rnix = "0.12"
|
|
|
|
nixjit_value = { path = "../nixjit_value" }
|