This commit is contained in:
2022-02-27 16:06:04 +01:00
parent 95480f78e4
commit 98ba52e566
2 changed files with 219 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[package]
name = "hexmax"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.1.0", features = ["derive"] }