aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15f7e03..85904a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,12 @@
[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.0"
+version = "0.1.1"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }