[package] name = "mntdf" version = "0.1.1" authors = ["Ɓukasz Szpakowski "] edition = "2018" license = "GPL-3.0" description = "Df program with mnt crate." repository = "https://github.com/luckboy/mntdf" keywords = ["cli", "utility", "linux"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] getopt = "1.1.3" libc = "0.2.113" mnt = "0.3.1"