aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 85904a7529d229717227dbf4993471e190f82e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Igor Pashev <pashev.igor@gmail.com>"]
description = "Advanced rotation of backups and other things"
edition = "2018"
license = "WTFPL"
name = "frotate"
readme = "README.md"
repository = "https://github.com/ip1981/frotate.rs"
version = "0.1.1"

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
docopt = "1"
serde = { version = "1", features = ["derive"] }