[package] name = "stopwatch" version = "0.0.7" authors = ["Chucky Ellison "] description = "A stopwatch library for timing things." repository = "https://github.com/ellisonch/rust-stopwatch" readme = "README.md" keywords = ["stopwatch", "timing"] license = "MIT" [dependencies] num = "*"