aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-26 09:38:34 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-27 23:01:01 +0000
commit8a5c6db3159cdc9f350f9083ae7d190c050b76be (patch)
tree9651a05d61db7e51f447d8da3f7accdd6a9f20e5 /Cargo.toml
parentcc2839e870c45d284d45fb835ddc940bec8c4975 (diff)
Working implementation with list of filters.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1bee62c..c02ca7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,5 @@ jsonformat = "1.2.0"
jq-rs = "0.4.1"
colored = "2.0.0"
colored_json = "2.1.0"
-dotenv = "0.15.0" \ No newline at end of file
+dotenv = "0.15.0"
+regex = "1.5" \ No newline at end of file