[package]
name = "binary-reader"
version = "0.1.0"
authors = ["MPThLee <mpthlee@gmail.com>"]
description = "A binary reader for rust-lang. not for serialize"
readme = "README.md"
license = "MIT"
license-file = "LICENSE.md"
repository = "https://github.com/MPThLee/binary-reader.rs"
publish = true
[dependencies]
byteorder = "1.1"