toggle achievements

This commit is contained in:
2023-06-11 15:50:59 +02:00
parent fb1b863746
commit e12d616436
8 changed files with 972 additions and 21 deletions

View File

@@ -15,5 +15,5 @@ common.workspace = true
thiserror = "1.0.40"
tower = "0.4.13"
uuid.workspace = true
tower-http = { version = "0.4.0", features = ["fs", "trace"] }
tower-http = { version = "0.4.0", features = ["fs", "trace", "cors"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }