1[package] 2name = "signal" 3version = "0.1.0" 4edition = "2021" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8[dependencies] 9tokio = { version = "1.15.0", features = ["full"] } 10anyhow = "1.0.52" 11base64 = "0.13.0" 12lazy_static = "1.4" 13hyper = { version = "0.14.16", features = ["full"] } 14