25
Cargo.toml
25
Cargo.toml
@@ -29,18 +29,19 @@ nostr-sdk = { version = "0.43.0", default-features = false }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
chrono = "0.4.41"
|
||||
convert_case = "0.8.0"
|
||||
dirs = "6.0.0"
|
||||
easy-ext = "1.0.2"
|
||||
either = "1.15.0"
|
||||
futures = "0.3.31"
|
||||
regex = "1.11.1"
|
||||
tempfile = "3.20.0"
|
||||
thiserror = "2.0.12"
|
||||
toml = "0.9.4"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
chrono = "0.4.41"
|
||||
convert_case = "0.8.0"
|
||||
dirs = "6.0.0"
|
||||
easy-ext = "1.0.2"
|
||||
either = "1.15.0"
|
||||
futures = "0.3.31"
|
||||
nostr-browser-signer-proxy = "0.43.0"
|
||||
regex = "1.11.1"
|
||||
tempfile = "3.20.0"
|
||||
thiserror = "2.0.12"
|
||||
toml = "0.9.4"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
||||
Reference in New Issue
Block a user