aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 12:43:46 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 14:03:26 -0400
commitb2246a2afc7799f1fea3bc54f22abf6c9b4b1c0b (patch)
treec34dc623218400dc4caf99200c3b1dac5c54c0db /Cargo.toml
parent05e2dc56cfb71f1cabfcb2f46997ffd6247450fc (diff)
downloadrbw-b2246a2afc7799f1fea3bc54f22abf6c9b4b1c0b.tar.gz
rbw-b2246a2afc7799f1fea3bc54f22abf6c9b4b1c0b.zip
clean up url matching a bit, and implement different match types
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1c2ff7..ae50375 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,6 +65,7 @@ copypasta = "0.10.1"
rmpv = "1.0.2"
tokio-tungstenite = { version = "0.21", features = ["rustls-tls-native-roots"] }
is-terminal = "0.4.12"
+regex = "1.10.4"
[package.metadata.deb]
depends = "pinentry"