[package]
authors = ["Vincent Rouillé <vincent@speedy37.fr>"]
description = """
List mount points (windows, linux, macos)
"""
edition = "2018"
license = "MIT OR Apache-2.0"
name = "mountpoints"
readme = "README.md"
repository = "https://github.com/Speedy37/mountpoints-rs"
version = "0.2.1"
[target.'cfg(not(target_os = "windows"))'.dependencies.libc]
version = "0.2.93"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["errhandlingapi", "handleapi", "fileapi", "winerror", "impl-default"]
version = "0.3"