1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
[package] name = "piss-daemon" version = "0.1.0" edition = "2021" [dependencies] tokio = "1.42" tracing = "0.1" tracing-subscriber = "0.3" lazy_static = "1.5" atomic_float = "1.1" [dependencies.lightstreamer-client] git = "https://git.exvacuum.dev/lightstreamer-client" tag = "v0.1.10" [dependencies.zbus] version = "5.2" features = ["tokio"]