[package] name = "rs-bytebuffer" version = "0.1.3" edition = "2021" authors = ["yanlsix "] description = "this is a bytebuffer tools" license = "Apache-2.0" repository = "https://github.com/yealou/rs-bytebuffer" homepage = "https://github.com/yealou/rs-bytebuffer" keywords = ["bytebuffer", "byte"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.3"