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
16
crates/disasmer-core/Cargo.toml
Normal file
16
crates/disasmer-core/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "disasmer-core"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
hex.workspace = true
|
||||
sha2.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue