[package] name = "utcnow" version = "1.0.0" authors = ["Jonathan Strong "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" clap = "2" libc = "0.2.68"