diff --git a/Cargo.lock b/Cargo.lock index 617d87f..9fd63b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,6 +1122,7 @@ dependencies = [ "convert_case", "dirs", "easy-ext", + "either", "futures", "nostr", "nostr-sdk", diff --git a/Cargo.toml b/Cargo.toml index 688d5f3..cb8f4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ clap-verbosity-flag = { version = "3.0.2", default-features = false, features = convert_case = "0.8.0" dirs = "6.0.0" easy-ext = "1.0.2" +either = "1.15.0" futures = "0.3.31" nostr = { version = "0.42.0", features = ["parser", "nip05"] } nostr-sdk = "0.42.0"