[package] name = "netpack" version = "0.0.1" authors = ["qwerty01 "] description = "Packing traits and implementations geared towards netcode" homepage = "https://github.com/qwerty01/netpack" documentation = "https://docs.rs/netpack/0.0.1/" repository = "https://github.com/qwerty01/netpack" readme = "README.md" edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.3"