[package] name = "rjdebounce" version = "0.2.1" authors = ["Jack "] edition = "2018" description = "Debouncing function utility" keywords = [ "debounce", "utility", "function" ] categories = [ "rust-patterns" ] readme = "README.md" homepage = "https://github.com/jackmead515/rjdebounce" repository = "https://github.com/jackmead515/rjdebounce" license-file = "LICENSE.txt" [dependencies]