From 93326aa3f96963415bc1950eadda471b6bf326f4 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 30 Apr 2024 11:21:29 +0100 Subject: Add regex dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1174a3a..12f5617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ async-trait = "0.1.80" teloxide = { version = "0.12.2", optional = true } nostr-sdk = { version = "0.30.0", features = ["nip04", "nip05", "nip44", "nip59"], default-features = false, optional = true } nostr-relay-pool = { version = "0.30.0", optional = true } +regex = "1.10.4" [target.aarch64-unknown-linux-gnu.dependencies] openssl = { version = "0.10.64", features = ["vendored"] } -- cgit v1.2.3-70-g09d2