feat: add server implementation

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-22 12:56:28 +01:00
parent a023bf223e
commit 463e49ecf3
5 changed files with 660 additions and 293 deletions

View File

@@ -15,3 +15,6 @@ axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
notmad = "0.5.0"
nodrift = "0.2.0"
rand = "0.8.5"