[package] name = "hglib" version = "0.1.1" authors = ["Kevin Bullock "] description = "Mercurial command server client library." readme = "README.md" documentation = "http://kbullock.ringworld.org/rustdoc/hglib/" repository = "http://kbullock.ringworld.org/hg/rust-hglib/" license = "MIT" include = [ "LICENSE", "README.md", "RELEASES.md", "src/**/*.rs", "Cargo.toml", "examples/**/*.rs", ] [dependencies] byteorder = "*"