aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-24 09:03:06 +0100
committerAkshay <[email protected]>2020-08-24 09:03:06 +0100
commit7308121fa3efc785bf964b8ab32505ba25513fdc (patch)
treee3d32a7adcbb66c65e20e9b3811e117c602969ba /Cargo.toml
parent0e56a198c62ed9a9c1812cff1ffa618260535a35 (diff)
add cli opts
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]