* wip: refactor * refactor * clean up * . * rename * add relay auth * . * . * optimize * . * clean up * add encryption crate * . * . * . * . * . * add encryption crate * . * refactor nip4e * . * fix endless loop * fix metadata fetching
22 lines
440 B
TOML
22 lines
440 B
TOML
[package]
|
|
name = "auto_update"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
state = { path = "../state" }
|
|
|
|
gpui.workspace = true
|
|
gpui_tokio.workspace = true
|
|
reqwest.workspace = true
|
|
nostr-sdk.workspace = true
|
|
anyhow.workspace = true
|
|
smol.workspace = true
|
|
log.workspace = true
|
|
smallvec.workspace = true
|
|
|
|
semver = "1.0.27"
|
|
tempfile = "3.23.0"
|