deps: Add easy_ext@1.0.2 to the dependencies
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user