Files
signed/crates/signed_state/Cargo.toml
T
2026-09-01 14:23:52 +07:00

27 lines
573 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
futures.workspace = true
anyhow.workspace = true
log.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.23"