Public dry run dryrun-75438361f386
Source commit: 75438361f3867d6802c132c8cde99834e2c107ed Public tree identity: sha256:6f1720ab7bffa98e56eb700fb376202dad8b7fbc546ef1446912c9d0fa42a17d
This commit is contained in:
commit
8bf1c3e39d
102 changed files with 31701 additions and 0 deletions
16
crates/disasmer-node/Cargo.toml
Normal file
16
crates/disasmer-node/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue