[package] name = "var_int" version = "0.1.1" authors = ["Redrield "] description = "Package implementing VarInt behaviour" repository = "https://github.com/Redrield/varint-rs" keywords = ["varint"] license-file = "LICENSE" [dependencies] byteorder = "1.0.0"