mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-22 16:10:30 +00:00
19 lines
351 B
TOML
19 lines
351 B
TOML
[package]
|
|
name = "wallet_crypto_bench"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
key_protocol.workspace = true
|
|
nssa_core = { workspace = true, features = ["host"] }
|
|
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
rand = { workspace = true }
|