initial commit

This commit is contained in:
steven-omaha
2022-09-02 17:22:07 +02:00
parent a301c763e0
commit c51aa6060a
7 changed files with 459 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "pacdef"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alpm = "2.2.1"
clap = "3.2.20"