found this old project, not sure why it contains rust stuff but I just want to html

This commit is contained in:
2025-09-23 10:18:37 -05:00
parent ee48ed5d07
commit 4fab74efe5
5 changed files with 559 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ edition = "2024"
[dependencies]
axum = { version = "0.8.3", features = ["http2", "ws"] }
serde = "1.0.219"
tokio = { version = "1.44.2", features = ["rt-multi-thread"] }
uuid = "1.16.0"