[package] name = "clockabilly" authors = ["Applied Computing Research Labs"] description = "Trait wrapper around chrono for testing" version = "0.1.1" readme = "README.md" license = "MIT" license-file = "LICENSE" edition = "2021" [dependencies] chrono = "0.4.38" [features] mock = [] [[example]] name = "basic" required-features = ["mock"]