mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-29 18:39:30 +00:00
24 lines
474 B
TOML
24 lines
474 B
TOML
[package]
|
|
name = "lez_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
nssa_core.workspace = true
|
|
nssa.workspace = true
|
|
common.workspace = true
|
|
key_protocol.workspace = true
|
|
sequencer_service_rpc = { workspace = true, features = ["client"] }
|
|
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde_json.workspace = true
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
serde.workspace = true
|
|
hex.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|