Migrate from actix-web-actor to actix-ws
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-20 22:08:02 +01:00
parent c0690d888e
commit 67549d54a3
6 changed files with 178 additions and 235 deletions

View File

@ -1,3 +1,3 @@
pub mod libvirt_actor;
pub mod vnc_actor;
pub mod vnc_handler;
pub mod vnc_tokens_actor;