adding in clap

This commit is contained in:
talksik
2023-06-25 15:33:25 -07:00
parent c36481c8cd
commit 2fb89a279f
4 changed files with 334 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "templater"
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 = "4.3.8", features = ["derive"] }