Source commit: 20b59dc46b72103c2f8a516c692b5cc3d54fab19 Public tree identity: sha256:aaa5ac7b58b2a0d23c6b11e5f76324bf3839ca1f62653a83deb736932adcfbd9
22 lines
574 B
TOML
22 lines
574 B
TOML
[package]
|
|
name = "disasmer-node"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
base64.workspace = true
|
|
disasmer-core = { path = "../disasmer-core" }
|
|
disasmer-control = { path = "../disasmer-control" }
|
|
disasmer-wasm-runtime = { path = "../disasmer-wasm-runtime" }
|
|
libc.workspace = true
|
|
quinn.workspace = true
|
|
rcgen.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|
|
tempfile.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
wasmparser.workspace = true
|