refactor: remove dbus C dep

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-29 07:16:48 +00:00
parent d2adff7882
commit 463010c9f6
11 changed files with 1074 additions and 388 deletions

View File

@@ -14,6 +14,7 @@ categories = ["command-line-utilities"]
rust-version = "1.88.0"
[dependencies]
async-utility = "0.3.1"
chrono = "0.4.41"
convert_case = "0.8.0"
dirs = "6.0.0"
@@ -28,6 +29,16 @@ toml = "0.9.4"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
[dependencies.keyring]
features = [
"apple-native",
"windows-native",
"async-secret-service",
"tokio",
"crypto-rust",
]
version = "3.6.3"
[dependencies.clap]
features = ["derive"]
version = "4.5.42"
@@ -46,10 +57,6 @@ tracing-subscriber = "0.3.19"
default-features = false
version = "0.43.0"
[dependencies.nostr-keyring]
default-features = false
version = "0.43.0"
[dependencies.nostr-sdk]
default-features = false
version = "0.43.0"