Initial commit: Veritas Cura System Optimization and Repair Suite Modules
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "update-fix"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
veritas-core = { path = "../../veritas-core" }
|
||||
anyhow.workspace = true
|
||||
@@ -0,0 +1,6 @@
|
||||
use anyhow::Result;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
println!("🔄 Veritas UpdateFix v1.0");
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user