Initial commit: Veritas Suite Main Server and Core Engine
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"crates/veritas-core",
|
||||
"crates/veritas-veritas/vre",
|
||||
"crates/veritas-veritas/vim",
|
||||
"crates/veritas-veritas/van",
|
||||
"crates/veritas-veritas/registry-explorer",
|
||||
"crates/veritas-aegis/auditor-wipe",
|
||||
"crates/veritas-aegis/ransomguard",
|
||||
"crates/veritas-aegis/triage",
|
||||
"crates/veritas-aegis/processguard",
|
||||
"crates/veritas-cura/one-click-clean",
|
||||
"crates/veritas-cura/easyrescue",
|
||||
"crates/veritas-cura/privacy-shield",
|
||||
"crates/veritas-cura/systemdoktor",
|
||||
"crates/veritas-cura/spooler-reset",
|
||||
"crates/veritas-cura/update-fix",
|
||||
"crates/veritas-cura/system-integrator",
|
||||
"crates/veritas-cura/port-doctor",
|
||||
"crates/veritas-cura/association-fix",
|
||||
"crates/veritas-server",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
authors = ["Veritas Suite Team"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
tokio = { version = "1.38", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
anyhow = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
sha2 = "0.10"
|
||||
rsa = "0.9"
|
||||
chrono = { version = "0.4", default-features = false, features = ["serde", "std", "clock"] }
|
||||
axum = "0.7"
|
||||
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid"] }
|
||||
Reference in New Issue
Block a user