Add basic functionality

This commit is contained in:
2022-05-08 19:19:02 +02:00
parent 3f2349f0d0
commit 023671a278
2 changed files with 43 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version = "3.1.17", features = ["derive"]}