rusync2 0.10.0

Maintained fork of rusync: adds --include/--exclude filters and a --sleep-interval watch mode
1
2
3
4
5
//! The `rusync` command.

fn main() -> anyhow::Result<()> {
    rusync::cli::run()
}