Source commit: b468a859465ae17a287d83b7ca1c5a86c5f1bdc6 Public tree identity: sha256:efc0a1cf2eb1044109ac7d5064062d83a63d7a54fe6aca62033efa6f74af14de
16 lines
312 B
TOML
16 lines
312 B
TOML
[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
|