Files
signed/crates/signed_state/Cargo.toml
T
2026-08-31 07:54:41 +07:00

27 lines
578 B
TOML

[package]
name = "signed_state"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
signed_core = { path = "../signed_core" }
signed_git = { path = "../signed_git" }
signed_nostr = { path = "../signed_nostr" }
utils = { path = "../utils" }
nostr.workspace = true
nostr-sdk.workspace = true
nostr-connect.workspace = true
bitcoin_hashes = "1"
gpui.workspace = true
flume.workspace = true
anyhow.workspace = true
log.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.23"
paths = { path = "../paths" }