Initial commit: Veritas RansomGuard Pro Anti-Ransomware Module

This commit is contained in:
2026-07-28 20:42:45 +02:00
commit bf261ad3a9
5 changed files with 1048 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "ransomguard"
version = "1.0.0"
edition.workspace = true
authors.workspace = true
[dependencies]
veritas-core = { path = "../../veritas-core" }
anyhow.workspace = true
chrono.workspace = true
tokio = { version = "1.38", features = ["full"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
colored = "2.1"
eframe = "0.27"
egui = "0.27"
image = "0.24"
sha2.workspace = true
[build-dependencies]
winres = "0.1"