Public dry run dryrun-8bfdd8cef231
Source commit: 8bfdd8cef23135fc1d8c9f3d74c54444b500cca8 Public tree identity: sha256:d501c4af6dfe7b1b52000bc1f5c256e001440f81f3c1e00e3615a8a84da21693
This commit is contained in:
commit
8b11b88146
109 changed files with 34600 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 = ["cranelift", "runtime", "std", "wat"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue