rebackup 1.0.2

A backup software that only builds a list of files to backup using a powerful rule system
Documentation
[[bin]]
doc = false
name = "rebackup"
path = "src/bin/rebackup/main.rs"
required-features = ["cli"]

[dependencies.atomic]
version = "0.5.0"

[dependencies.clap]
optional = true
version = "3.0.0-beta.2"

[dependencies.glob]
optional = true
version = "0.3.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.thiserror]
version = "1.0.24"

[features]
cli = ["clap", "glob"]
default = ["cli"]

[package]
authors = ["Clément Nerma <clement.nerma@gmail.com>"]
description = "A backup software that only builds a list of files to backup using a powerful rule system"
edition = "2018"
keywords = ["backup", "filter"]
license = "Apache-2.0"
name = "rebackup"
repository = "https://github.com/ClementNerma/ReBackup"
version = "1.0.2"

[package.metadata.docs.rs]
all-features = true