[package] name = "disk_list" version = "0.2.10" edition = "2021" authors = ["Andrew Ryan "] description = "Get disk list information and collect into Vec" readme = "README.md" keywords = ["disk", "list", "info", "diskinfo", "informantion"] categories = ["development-tools"] license = "MIT" documentation = "https://docs.rs/disk_list/" repository = "https://gitlab.com/andrew_ryan/disk_list" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] get_sys_info = "0.1.7"