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

6
rustfmt.toml Normal file
View File

@@ -0,0 +1,6 @@
version = "Two"
unstable_features = true
group_imports = "One"
imports_granularity = "Item"
max_width = 110
use_field_init_shorthand = true