From 7308121fa3efc785bf964b8ab32505ba25513fdc Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 24 Aug 2020 13:33:06 +0530 Subject: add cli opts --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" multer = "1.2" log = "0.4" pretty_env_logger = "0.4.0" +pico-args = "0.3.4" +lazy_static = "1.4.0" [dependencies.smol] -- cgit v1.2.3