diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 21:51:21 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-25 21:51:21 +0100 |
commit | a003b9b174d6df1421796a64943666129868ad16 (patch) | |
tree | 045c79c2a56fe4da8c03903e5c662d22990a5aaa /Cargo.toml | |
parent | 6a9c33a36255cf0f34f35446c22ea98434a566f0 (diff) | |
download | rust_rrule-a003b9b174d6df1421796a64943666129868ad16.zip |
more docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |