[package] name = "linux_mount_options" description = "Detect file system, mount point and noatime of a folder the process has access to." version = "0.1.0" authors = ["Stefan Schindler "] license = "MIT/Apache-2.0" edition = "2018" repository = "https://gitlab.com/dns2utf8/linux_mount_options" readme = "README.md" include = [ "README.md", "LICENSE", "src/**", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4"