mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
24 lines
369 B
TOML
24 lines
369 B
TOML
[package]
|
|
name = "sequencer_core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
hex.workspace = true
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
rand.workspace = true
|
|
tempfile.workspace = true
|
|
|
|
[dependencies.storage]
|
|
path = "../storage"
|
|
|
|
[dependencies.mempool]
|
|
path = "../mempool"
|
|
|
|
[dependencies.common]
|
|
path = "../common"
|
|
|
|
[dependencies.nssa]
|
|
path = "../nssa"
|