[package] name = "better-stopwatch" version = "0.2.0" edition = "2021" readme = "readme.md" license = "BSD-4-Clause" homepage = "https://github.com/ChBrMa/better-stopwatch#readme" repository = "https://github.com/ChBrMa/better-stopwatch" description = "This is a module for time measurement in your Rust code" keywords = ["time", "measurement", "stopwatch"] categories = ["stopwatch"] [dependencies] num = "0.4.0"