feat: initial REST endpoints and websocket

/create
/delete
/ws
This commit is contained in:
2023-06-10 18:54:23 +02:00
parent 5501b63379
commit 6e845907d1
9 changed files with 1476 additions and 3 deletions

View File

@@ -2,7 +2,11 @@
members = ["crates/backend", "crates/frontend", "crates/common"]
[workspace.package]
name = "achievements"
version = "0.1.0"
authors = ["Asger Juul Brunshøj <asgerbrunshoj@gmail.com>"]
edition = "2021"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
common = { path = "crates/common" }
uuid = { vserion = "1.3", features = ["serde", "v4"] }