From fb77a8ca141e885f351ef671680dbc3f54229303 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Mon, 5 May 2025 13:52:00 +0000
Subject: [PATCH] deps: Add `easy_ext@1.0.2` to the dependencies
Signed-off-by: Awiteb
---
Cargo.lock | 7 +++++++
Cargo.toml | 1 +
2 files changed, 8 insertions(+)
diff --git a/Cargo.lock b/Cargo.lock
index dbc08da..6bb8cb3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 22cebe5..1de12b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"