[package] name = "rrsync" version = "0.1.0" authors = ["Remi Rampin "] description = "rsync/rdiff/zsync clone" repository = "https://github.com/remram44/rrsync" license = "BSD-3-Clause" [[bin]] name = "rrsync" path = "src/main.rs" [dependencies] cdchunking = "0.2" chrono = "0.4" clap = "2" log = "0.4" env_logger = { version = "0.7", default-features = false, features = ["termcolor", "atty", "humantime"] } rusqlite = { version = "0.16", features = ["chrono"] } sha1 = "0.6" [dev-dependencies] tempfile = "3"