[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"