22 lines
456 B
TOML
22 lines
456 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
|
|
log.workspace = true
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
|
rustls = "0.23"
|