Initial commit: Veritas Suite Main Server and Core Engine
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "veritas-server"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
veritas-core = { path = "../veritas-core" }
|
||||
tokio.workspace = true
|
||||
axum.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
anyhow.workspace = true
|
||||
chrono.workspace = true
|
||||
rsa.workspace = true
|
||||
sha2.workspace = true
|
||||
sqlx = { workspace = true }
|
||||
tower-http = { version = "0.5", features = ["fs", "cors"] }
|
||||
Reference in New Issue
Block a user