diff options
author | Akshay <[email protected]> | 2020-08-24 09:03:06 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-24 09:03:06 +0100 |
commit | 7308121fa3efc785bf964b8ab32505ba25513fdc (patch) | |
tree | e3d32a7adcbb66c65e20e9b3811e117c602969ba /Cargo.toml | |
parent | 0e56a198c62ed9a9c1812cff1ffa618260535a35 (diff) |
add cli opts
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ anyhow = "1.0" | |||
15 | multer = "1.2" | 15 | multer = "1.2" |
16 | log = "0.4" | 16 | log = "0.4" |
17 | pretty_env_logger = "0.4.0" | 17 | pretty_env_logger = "0.4.0" |
18 | pico-args = "0.3.4" | ||
19 | lazy_static = "1.4.0" | ||
18 | 20 | ||
19 | 21 | ||
20 | [dependencies.smol] | 22 | [dependencies.smol] |