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
+6
View File
@@ -0,0 +1,6 @@
[target.x86_64-pc-windows-gnullvm]
rustflags = [
"-C", "link-arg=-static",
"-C", "link-arg=-static-libgcc",
"-C", "link-self-contained=yes"
]