Initial commit: Veritas Forensics Suite Modules (VRE, VIM, VAN, Registry Explorer)

This commit is contained in:
2026-07-28 20:43:12 +02:00
commit 9dbf6d0727
8 changed files with 67 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "vre"
version.workspace = true
edition.workspace = true
authors.workspace = true
[dependencies]
veritas-core = { path = "../../veritas-core" }
tokio.workspace = true
anyhow.workspace = true
tracing.workspace = true