aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-12 13:19:27 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-12 13:19:27 +0200
commitad15595f0fc26f4dca58332a85b5e88ead67e359 (patch)
treee5c4460b42a17c5b0093650ee284a257d2282624 /Cargo.toml
parent0e22a1c5d2eb9b031497cb5314890ecc0cee3901 (diff)
downloadaerogramme-ad15595f0fc26f4dca58332a85b5e88ead67e359.tar.gz
aerogramme-ad15595f0fc26f4dca58332a85b5e88ead67e359.zip
Implement LIST
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 5398f34..dd6cf68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ clap = { version = "3.1.18", features = ["derive", "env"] }
duplexify = "1.1.0"
hex = "0.4"
futures = "0.3"
+globset = "0.4"
im = "15"
itertools = "0.10"
lazy_static = "1.4"