back 0.1.1

A CLI tool to manage and run your backups.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "back"
version = "0.1.1"
edition = "2021"
authors = ["Max StrĂ¼bing <mxstrbng@gmail.com>"]
description = "A CLI tool to manage and run your backups."
repository = "https://github.com/mstruebing/backup.rs"
homepage = "https://github.com/mstruebing/backup.rs"
license = "MIT"
categories = ["command-line-utilities", "backup"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "3.2.17"
xdg = "2.4.1"
flate2 = "1.0.24"
tar = "0.4.38"