Bump : 0.6.0 : Data channel pipeline, currently used for sending viewers data

This commit is contained in:
2026-09-10 13:59:09 +01:00
parent 94daa39d87
commit 6ac7e60a34
5 changed files with 74 additions and 5 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.5.4"
version = "0.6.0"
edition = "2024"
[target.x86_64-unknown-linux-gnu]
@@ -36,3 +36,4 @@ time = "0.3"
thiserror = "2.0.18"
sysinfo = "0.36"
axum-extra = { version = "0.12.6", features = ["cookie"] }
serde_json = "1.0.151"