Source commit: 8bfdd8cef23135fc1d8c9f3d74c54444b500cca8 Public tree identity: sha256:d501c4af6dfe7b1b52000bc1f5c256e001440f81f3c1e00e3615a8a84da21693
16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "disasmer-node"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
disasmer-core = { path = "../disasmer-core" }
|
|
quinn.workspace = true
|
|
rcgen.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
wasmtime.workspace = true
|