* . * redesign onboarding screen * . * add signer proxy * . * . * . * . * fix proxy * clean up * fix new account
26 lines
612 B
TOML
26 lines
612 B
TOML
[package]
|
|
name = "signer_proxy"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
global = { path = "../global" }
|
|
|
|
nostr.workspace = true
|
|
smol.workspace = true
|
|
oneshot.workspace = true
|
|
anyhow.workspace = true
|
|
log.workspace = true
|
|
futures.workspace = true
|
|
smallvec.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
atomic-destructor = "0.3.0"
|
|
uuid = { version = "1.17", features = ["serde", "v4"] }
|
|
hyper = { version = "1.6", features = ["server", "http1"] }
|
|
hyper-util = { version = "0.1", features = ["server"] }
|
|
bytes = "1.10"
|
|
http-body-util = "0.1"
|