add ui module

This commit is contained in:
steven-omaha
2022-12-02 16:32:08 +01:00
parent c9e2f47708
commit fc390feecb
5 changed files with 27 additions and 13 deletions
Generated
+7
View File
@@ -21,6 +21,12 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "anyhow"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "atty"
version = "0.2.14"
@@ -357,6 +363,7 @@ name = "pacdef"
version = "0.1.0"
dependencies = [
"alpm",
"anyhow",
"clap 3.2.20",
"criterion",
]