[package] name = "timestampcli" version = "0.2.0" authors = ["Oscar Hemelaar"] edition = "2018" repository = "https://gitlab.com/ohemelaar/timestampcli" description = "A CLI utility for converting timestamps to a more human-readable format." license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] path = "src/main.rs" name = "ts" [dependencies] chrono = "0.4" clap = "2.33" regex = "1.5"