[package]
name = "libparted"
version = "0.1.5"
description = "Rust wrappers for libparted"
repository = "https://github.com/pop-os/libparted"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
license = "MIT"
[dependencies]
libc = "0.2.103"
libparted-sys = "0.3.1"
[dev-dependencies]
libc = "0.2.103"
failure = "0.1.8"
failure_derive = "0.1.8"