Some checks failed
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled
Rust / build (ubuntu-latest, stable) (push) Has been cancelled
29 lines
605 B
TOML
29 lines
605 B
TOML
[package]
|
|
name = "state"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
|
|
nostr.workspace = true
|
|
nostr-sdk.workspace = true
|
|
nostr-lmdb.workspace = true
|
|
nostr-connect.workspace = true
|
|
|
|
gpui.workspace = true
|
|
gpui_tokio.workspace = true
|
|
smol.workspace = true
|
|
flume.workspace = true
|
|
log.workspace = true
|
|
anyhow.workspace = true
|
|
webbrowser.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
rustls = "0.23"
|
|
petname = "2.0.2"
|
|
whoami = "1.6.1"
|
|
reqwest = { version = "0.12", features = ["multipart", "stream", "json"] }
|