Albatross/Cargo.toml
Joey Hines c2cdbd56ac Added compressed backups and removing old backups
+ Added docs
+ Backups are compressed as `tar.gz` files
+ a configurable amount of backups are kept
2020-06-06 19:59:02 -05:00

19 lines
373 B
TOML

[package]
name = "albatross"
version = "0.1.0"
authors = ["Joey Hines <joey@ahines.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
serde = "1.0.106"
serde_derive = "1.0.104"
config = "0.9"
log = "0.4.8"
chrono = "0.4"
regex = "1.3.9"
flate2 = "1.0.14"
tar = "0.4.28"