Demonstrating core cloud concepts, starting with CaaS. Not for production use.
1[package]
2name = "worker-manager"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7dotenvy = "0.15"
8futures-util = "0.3"
9serde = { version = "1.0", features = ["derive"] }
10serde_json = "1.0"
11sysinfo = "0.37.2"
12tokio = { version = "1", features = ["full"] }
13tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
14tracing = "0.1"
15tracing-subscriber = "0.3"
16url = "2.5"