feat: Update project configuration and add new development commands

This commit is contained in:
GW_MC
2026-03-21 03:06:41 +00:00
parent 98448509f4
commit 261e6b1bdb
4 changed files with 387 additions and 232 deletions

View File

@@ -37,7 +37,9 @@ tower-http = { version = "0.6.8", features = ["trace", "cors", "fs"] }
# gRPC
tonic = "0.14"
tonic-prost = "0.14"
prost = "0.14"
tonic-async-interceptor = "0.14"
# Database
sea-orm = { version = "2.0.0-rc", features = [
@@ -75,6 +77,9 @@ uuid = { version = "1", features = ["v4", "serde"] }
# Templating
handlebars = "6.4"
# Cert handling
zip = { version = "8.2.0" }
# CLI
clap = { version = "4", features = ["derive"] }