1[package] 2name = "shutdown_runner" 3version = "0.1.0" 4edition = "2021" 5license = "Apache-2.0" 6 7[dependencies] 8anyhow = "1.0.94" 9clap = { version = "4.5.20", features = ["derive"] } 10log = "0.4.22" 11netdev = "0.31.0" 12prost = "0.13.3" 13tokio = { version = "1.40.0", features = ["rt-multi-thread"] } 14tonic = "0.12.3" 15 16[build-dependencies] 17tonic-build = "0.12.3" 18