15
Cargo.toml
15
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user