Removed antiquated folder, and pulled the contents of ./osupdater/ into the root. This is a rust project only now, and the older tools are not useful any further. If one wishes to use the older python or bash versions, browse the commit history and snag them up. Not advised, however.

This commit is contained in:
Andrew Schott 2024-12-25 22:59:14 -06:00
parent e516aae5be
commit 74de77b68c
15 changed files with 5 additions and 413 deletions

10
Cargo.toml Normal file
View file

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