Files
signed/crates/signed_state/Cargo.toml
T
2026-08-04 18:53:18 +07:00

21 lines
435 B
TOML

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