feat: more work on /render

This commit is contained in:
2026-05-26 00:10:52 -04:00
parent 453208ff17
commit f86c094dda
2 changed files with 224 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ songbird = { version = "0.6.0", default-features = false, features = [
"tws",
] }
strum = { version = "0.28.0", features = ["derive"] }
time = "0.3.47"
time = { version = "0.3.47", features = ["formatting", "parsing"] }
tokio = { version = "1.46.0", features = ["rt-multi-thread", "macros", "signal", "time"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tokio-websockets-0-13 = { package = "tokio-websockets", version = "0.13", features = [