[package] name = "fridge-backup" version = "0.2.3" authors = ["Kunal Mehta "] edition = "2018" description = "helper for creating and managing incremental backups with BTRFS snapshots" homepage = "https://legoktm.com/w/index.php?title=Fridge-backup" repository = "https://gitlab.com/legoktm/fridge-backup" license = "GPL-3.0-or-later" keywords = ["btrfs", "backup", "snapshot"] categories = ["command-line-utilities", "filesystem"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" clap = "2" chrono = "0.4" indexmap = {version = "1.6", features = ["serde-1"]} serde = {version = "1", features = ["derive"]} toml = "0.5" [badges.maintenance] status = "deprecated"