[package] name = "tarde" version = "0.2.0" authors = ["Ricky (Degausser) "] description = "TARDE - Time And Rust Duration Ergonomics, a quick way to initalize std::time::Duration values" homepage = "https://github.com/deg4uss3r/tarde" repository = "https://github.com/deg4uss3r/tarde" readme = "README.md" license-file = "LICENSE.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] snafu = "0.5"