mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-06-02 15:20:01 +00:00
17 lines
268 B
TOML
17 lines
268 B
TOML
[package]
|
|
name = "testnet_initial_state"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
key_protocol.workspace = true
|
|
lee.workspace = true
|
|
lee_core.workspace = true
|
|
common.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|