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]
|
2025-12-16 17:44:10 +03:00
|
|
|
nssa.workspace = true
|
|
|
|
|
nssa_core.workspace = true
|
|
|
|
|
|
2025-02-05 12:24:09 +02:00
|
|
|
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-25 11:53:42 +03:00
|
|
|
borsh.workspace = true
|
2025-12-03 18:33:40 +03:00
|
|
|
base64.workspace = true
|