Dir cleanup

This commit is contained in:
Andrew Schott 2024-06-12 20:29:56 -05:00
parent 0b693e403c
commit f80d5f51ab
93 changed files with 754 additions and 4 deletions

9
osupdater/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "osupdater"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-print = "0.3.5"