[package] name = "laptimer" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" author = "Jonathan Behrens " repository = "https://github.com/fintelia/laptimer" readme = "README.md" description = "Simple crate to print the time spent between different points in a program." [dependencies] lazy_static = "1.4.0"