deps: Add easy_ext@1.0.2 to the dependencies

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-05 13:52:00 +00:00
parent d962732e52
commit fb77a8ca14
2 changed files with 8 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -411,6 +411,12 @@ dependencies = [
"syn",
]
[[package]]
name = "easy-ext"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc5d6d6a8504f8caedd7de14576464383900cd3840b7033a7a3dce5ac00121ca"
[[package]]
name = "either"
version = "1.15.0"
@@ -842,6 +848,7 @@ version = "0.0.0"
dependencies = [
"clap",
"clap-verbosity-flag",
"easy-ext",
"nostr",
"nostr-sdk",
"thiserror 2.0.12",

View File

@@ -15,6 +15,7 @@ clap = { version = "4.5.37", features = ["derive"] }
clap-verbosity-flag = { version = "3.0.2", default-features = false, features = [
"tracing",
] }
easy-ext = "1.0.2"
nostr = { version = "0.41.0", features = ["parser"] }
nostr-sdk = "0.41.0"
thiserror = "2.0.12"