From 6ce4ba12b175e22de49f8c30dea0d94d8ffcc76a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 31 Jul 2022 09:13:34 +0200 Subject: [PATCH] Add `glob` dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 178c68e..722324f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,5 @@ serde_json = "1.0.82" teloxide = "0.10.1" tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] } log = "0.4.17" -pretty_env_logger = "0.4.0" \ No newline at end of file +pretty_env_logger = "0.4.0" +glob = "0.3.0" \ No newline at end of file