terra-items-xbox360 0.1.2

Crate with enum contatining xbox 360 terraria items and prefixes
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bounded-integer"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "102dbef1187b1893e6dfe05a774e79fd52265f49f214f6879c8ff49f52c8188b"

[[package]]
name = "terra-items"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ef18cc94875d81256914a0420b9ad2c94d19ce6b2dfffd445e1500b487cb8"
dependencies = [
 "terra-types",
]

[[package]]
name = "terra-items-xbox360"
version = "0.1.2"
dependencies = [
 "terra-items",
 "terra-types",
]

[[package]]
name = "terra-types"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9678f6010d6c7c76c7a56b0c25e6d958320a78c18f6ea49dd4009f3c5bd01fbb"
dependencies = [
 "bounded-integer",
]