libparted 0.1.5

Rust wrappers for libparted
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"