[package] name = "spin_sleep_util" version = "0.1.1" edition = "2021" authors = ["Alex Butler "] description = "Utils using spin_sleep" repository = "https://github.com/alexheretic/spin-sleep" keywords = ["sleep", "loop", "interval"] license = "Apache-2.0" readme = "README.md" [dependencies] spin_sleep = { path = "..", version = "1.2" }