Initial commit: Veritas Suite Main Server and Core Engine

This commit is contained in:
2026-07-28 20:42:29 +02:00
commit 542bc6471b
18 changed files with 2890 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "veritas-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
[dependencies]
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
rsa.workspace = true
chrono.workspace = true
anyhow.workspace = true