Initial commit

Still getting Config and argument parsing setup.
This commit is contained in:
Cameron Cordes
2020-04-26 23:18:40 -04:00
commit b73e4d38f1
5 changed files with 185 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rack"
version = "0.1.0"
authors = ["Cameron Cordes <cameronc.dev@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"