Source commit: 2a68aa98149e9042b7975736e002699a0118ece6 Public tree identity: sha256:8aa9c852dc87a3e5469c13fda3134ad19dbc626c8712bb7e019e062616d4a52e
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
|