Initial commit: Veritas RansomGuard Pro Anti-Ransomware Module
This commit is contained in:
+22
@@ -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"
|
||||
Reference in New Issue
Block a user