Public dry run dryrun-20b59dc46b72
Source commit: 20b59dc46b72103c2f8a516c692b5cc3d54fab19 Public tree identity: sha256:aaa5ac7b58b2a0d23c6b11e5f76324bf3839ca1f62653a83deb736932adcfbd9
This commit is contained in:
commit
2bef715211
221 changed files with 79792 additions and 0 deletions
44
Cargo.toml
Normal file
44
Cargo.toml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"crates/disasmer-cli",
|
||||
"crates/disasmer-control",
|
||||
"crates/disasmer-coordinator",
|
||||
"crates/disasmer-core",
|
||||
"crates/disasmer-dap",
|
||||
"crates/disasmer-macros",
|
||||
"crates/disasmer-node",
|
||||
"crates/disasmer-sdk",
|
||||
"crates/disasmer-wasm-runtime",
|
||||
"examples/launch-build-demo",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://git.michelpaulissen.com/michel/disasmer"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0"
|
||||
base64 = "0.22"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
ed25519-dalek = "2"
|
||||
futures-executor = "0.3"
|
||||
getrandom = "0.3"
|
||||
hex = "0.4"
|
||||
libc = "0.2"
|
||||
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"
|
||||
ureq = { version = "2.12", default-features = false, features = ["tls"] }
|
||||
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"] }
|
||||
wasmparser = "0.245.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue