[package] name = "rustat" version = "0.1.1" authors = ["Melody Heath "] description = "GNU core utilities 'stat' replacement written in Rust" edition = "2018" license="MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap="2.33.0" tabular="0.1.4" colored="1.9.3" chrono="0.4.11" libc="0.2.68"