userspace 0.1.11

Standard library for userspace applications
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cc"
version = "1.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc"
dependencies = [
 "shlex",
]

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "userspace"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "123f3a137b5a527552512cb7bb0e46e4181ce85f24cab521c9c6c1f77ae7b169"
dependencies = [
 "cc",
]

[[package]]
name = "userspace"
version = "0.1.11"
dependencies = [
 "cc",
 "userspace 0.1.10",
]