x16 0.0.0

Library for writing software on the Commander X16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"

[[package]]
name = "x16"
version = "0.0.0"
dependencies = [
 "x16-sys",
]

[[package]]
name = "x16-sys"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2b223b9c9ab0340ff0046002a52a9acede6f2f66389cb01352d89d884eb8e9"
dependencies = [
 "cc",
]