initial backend

This commit is contained in:
2026-08-04 14:52:12 +07:00
parent 9809b986af
commit 5c005e281d
21 changed files with 2412 additions and 21 deletions
+19
View File
@@ -0,0 +1,19 @@
[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
gpui.workspace = true
flume.workspace = true
anyhow.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.23"