mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
24 lines
470 B
TOML
24 lines
470 B
TOML
[package]
|
|
name = "common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
reqwest.workspace = true
|
|
k256.workspace = true
|
|
|
|
rs_merkle.workspace = true
|
|
sha2.workspace = true
|
|
log.workspace = true
|
|
elliptic-curve.workspace = true
|
|
hex.workspace = true
|
|
nssa-core = { path = "../nssa/core", features = ["host"] }
|
|
borsh.workspace = true
|
|
|
|
[dependencies.nssa]
|
|
path = "../nssa"
|