deps: Add serde@1.0.219, dirs@6.0.0 and toml@0.8.22

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-01 11:59:12 +00:00
parent 24e8522268
commit 84bfafa2e9
2 changed files with 136 additions and 1 deletions

View File

@@ -18,12 +18,15 @@ clap-verbosity-flag = { version = "3.0.2", default-features = false, features =
"tracing",
] }
convert_case = "0.8.0"
dirs = "6.0.0"
easy-ext = "1.0.2"
futures = "0.3.31"
nostr = { version = "0.42.0", features = ["parser", "nip05"] }
nostr-sdk = "0.42.0"
serde = { version = "1.0.219", features = ["derive"] }
tempfile = "3.19.1"
thiserror = "2.0.12"
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
toml = "0.8.22"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"