aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b65b215..0ab5f8f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,8 @@ anyhow = "1.0"
15multer = "1.2" 15multer = "1.2"
16log = "0.4" 16log = "0.4"
17pretty_env_logger = "0.4.0" 17pretty_env_logger = "0.4.0"
18pico-args = "0.3.4"
19lazy_static = "1.4.0"
18 20
19 21
20[dependencies.smol] 22[dependencies.smol]