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:
parent
e516aae5be
commit
74de77b68c
15 changed files with 5 additions and 413 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue