mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 05:13:08 +00:00
20 lines
365 B
TOML
20 lines
365 B
TOML
[package]
|
|
name = "common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
nssa.workspace = true
|
|
nssa_core.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
reqwest.workspace = true
|
|
sha2.workspace = true
|
|
log.workspace = true
|
|
hex.workspace = true
|
|
borsh.workspace = true
|
|
base64.workspace = true
|