feat: improve dispatch security

This commit is contained in:
alyssa 2024-08-22 07:10:35 +09:00
parent aa04124639
commit 45640f08ee
18 changed files with 893 additions and 269 deletions

View file

@ -1,7 +1,8 @@
[workspace]
members = [
"./lib/libpk",
"./services/api"
"./services/api",
"./services/dispatch"
]
[workspace.dependencies]
@ -15,6 +16,7 @@ serde_json = "1.0.117"
sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "chrono", "macros"] }
tokio = { version = "1.25.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] }
prost = "0.12"
prost-types = "0.12"