Bindings to librsync
[package]
name = "rsync"
version = "0.1.3"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
description = "Bindings to librsync"
license = "LGPL-3.0"
homepage = "https://nest.pijul.com/pmeunier/rsync"
documentation = "http://docs.rs/rsync"

include = ["src/lib.rs","COPYING.LESSER","Cargo.toml"]

[dependencies]
libc="0.2.2"

[dev-dependencies]
rand="0.3.12"