mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-24 11:13:06 +00:00
17 lines
270 B
TOML
17 lines
270 B
TOML
[package]
|
|
name = "testnet_initial_state"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
key_protocol.workspace = true
|
|
nssa.workspace = true
|
|
nssa_core.workspace = true
|
|
common.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|