First successful VNC connection

This commit is contained in:
2023-10-18 18:00:25 +02:00
parent 4f75cd918d
commit b87306f8ea
14 changed files with 422 additions and 5 deletions

View File

@ -18,6 +18,8 @@ actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-identity = "0.6.0"
actix-cors = "0.6.4"
actix-files = "0.6.2"
actix-web-actors = "4.2.0"
actix-http = "3.4.0"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde-xml-rs = "0.6.0"
@ -33,4 +35,7 @@ uuid = { version = "1.4.1", features = ["v4", "serde"] }
lazy-regex = "3.0.2"
thiserror = "1.0.49"
image = "0.24.7"
rand = "0.8.5"
rand = "0.8.5"
bytes = "1.5.0"
tokio = "1.32.0"
futures = "0.3.28"