mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: improve dispatch security
This commit is contained in:
parent
aa04124639
commit
45640f08ee
18 changed files with 893 additions and 269 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue