main: Add arguments and the respective parsing

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2022-01-18 15:47:54 +05:30
parent f35bad75e5
commit 6961ed59b4
3 changed files with 128 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ rocket = "0.5.0-rc.1"
tree_magic = "0.2.3"
syntect = "4.6.0"
rust-embed="6.3.0"
clap = { version = "3.0.9", features = ["derive"] }
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.1"