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 ca60681..b65b215 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,8 @@ nanoid = "0.3.0"
13url = "2.1.1" 13url = "2.1.1"
14anyhow = "1.0" 14anyhow = "1.0"
15multer = "1.2" 15multer = "1.2"
16log = "0.4"
17pretty_env_logger = "0.4.0"
16 18
17 19
18[dependencies.smol] 20[dependencies.smol]