librbd-sys 0.1.0

Rust bindings for the Ceph RBD API
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"

[[package]]
name = "librados-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed23009cb790fa9b380f39ae3eb419e70a82e7355a78fa1035e27afd45177ac9"
dependencies = [
 "libc",
]

[[package]]
name = "librbd-sys"
version = "0.1.0"
dependencies = [
 "libc",
 "librados-sys",
]