Public dry run dryrun-750f29790fe2
Source commit: 750f29790fe2046599fbe5b5d06fdb63d92fabff Public tree identity: sha256:02326e08850bb287585789733ea5f3f153e1f7f3fd88afcc24e249107df91506
This commit is contained in:
commit
de66658961
102 changed files with 31669 additions and 0 deletions
36
Cargo.toml
Normal file
36
Cargo.toml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"crates/disasmer-cli",
|
||||
"crates/disasmer-coordinator",
|
||||
"crates/disasmer-core",
|
||||
"crates/disasmer-dap",
|
||||
"crates/disasmer-macros",
|
||||
"crates/disasmer-node",
|
||||
"crates/disasmer-sdk",
|
||||
"examples/launch-build-demo",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://example.invalid/disasmer"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
futures-executor = "0.3"
|
||||
hex = "0.4"
|
||||
proc-macro2 = "1.0"
|
||||
postgres = { version = "0.19", features = ["with-serde_json-1"] }
|
||||
quinn = { version = "0.11.11", default-features = false, features = ["runtime-tokio", "rustls-ring"] }
|
||||
quote = "1.0"
|
||||
rcgen = "0.14"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
sha2 = "0.10"
|
||||
syn = { version = "2.0", features = ["full"] }
|
||||
tempfile = "3.10"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.52", features = ["io-util", "macros", "rt-multi-thread"] }
|
||||
wasmtime = { version = "=43.0.2", default-features = false, features = ["async", "cranelift", "debug", "runtime", "std", "wat"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue