[package] name = "rsync" version = "0.1.2" authors = ["Pierre-Étienne Meunier "] description = "Bindings to librsync" license = "LGPL-3.0" homepage = "http://pijul.org/librsync/doc/rsync/index.html" documentation = "http://pijul.org/librsync/doc/rsync/index.html" include = ["src/lib.rs","COPYING.LESSER","Cargo.toml"] [dependencies] libc="0.2.2" [dev-dependencies] rand="0.3.12"