2025-02-05 12:24:09 +02:00
|
|
|
[package]
|
|
|
|
|
name = "common"
|
|
|
|
|
version = "0.1.0"
|
2025-09-04 14:38:41 +03:00
|
|
|
edition = "2024"
|
2025-02-05 12:24:09 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
|
2025-04-16 16:17:53 +03:00
|
|
|
sha2.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
hex.workspace = true
|
2025-09-12 16:00:57 +03:00
|
|
|
nssa-core = { path = "../nssa/core", features = ["host"] }
|
2025-09-25 11:53:42 +03:00
|
|
|
borsh.workspace = true
|
2025-04-16 16:17:53 +03:00
|
|
|
|
2025-08-07 15:19:06 -03:00
|
|
|
[dependencies.nssa]
|
|
|
|
|
path = "../nssa"
|