[package] name = "satellite" version = "0.0.0" edition = "2021" description = "Rust Challenge" repository = "/myrddin/satellite" authors = ["Jason Travis Smith "] readme = "README.md" license-file = "LICENSE.md" [dependencies] tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "io-std", "io-util", "time", "signal", "sync"] }