feat: Update project configuration and add new development commands
This commit is contained in:
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user