12 lines
251 B
TOML
12 lines
251 B
TOML
[package]
|
|
name = "nu-vm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
nu-state = { path = "../nu-state" }
|