[package] name = "delta" version = "0.2.1" authors = ["Dylan McKay "] edition = "2018" description = """ An easy to use timer library. """ documentation = "http://docs.rs/delta" repository = "https://github.com/dylanmckay/delta" license = "MIT" [dependencies] chrono = "0.4"