[package] name = "tari_shutdown" description = "A convenient shutdown signal" authors = ["The Tari Development Community"] repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" version = "1.0.0-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "^0.3" [dev-dependencies] tokio = { version = "1", default-features = false, features = ["rt", "macros"] }