[package] name = "adaptive_sleep" version = "0.1.0" edition = "2018" license = "MIT" authors = ["Hendrik Wolff "] repository = "https://gitlab.com/w0lff/adaptive-sleep" description = "Small library to pause current thread with an increasing sleep time" include = [ "src/lib.rs", "LICENSE", "README.md" ]