summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 21:51:21 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 21:51:21 +0100
commita003b9b174d6df1421796a64943666129868ad16 (patch)
tree045c79c2a56fe4da8c03903e5c662d22990a5aaa /Cargo.toml
parent6a9c33a36255cf0f34f35446c22ea98434a566f0 (diff)
downloadrust_rrule-a003b9b174d6df1421796a64943666129868ad16.zip
more docs
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 29e2fa0..8540a9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,8 @@
name = "rrule"
description = "A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT"
-version = "0.2.3"
+version = "0.2.4"
+repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]
edition = "2018"