diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-26 09:38:34 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-27 23:01:01 +0000 |
commit | 8a5c6db3159cdc9f350f9083ae7d190c050b76be (patch) | |
tree | 9651a05d61db7e51f447d8da3f7accdd6a9f20e5 /Cargo.toml | |
parent | cc2839e870c45d284d45fb835ddc940bec8c4975 (diff) |
Working implementation with list of filters.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |