summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 01:38:42 +0200
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-25 01:38:42 +0200
commit7c1d074fe07e84ee19b30b39dabe1ebbf16a077a (patch)
tree44f6c8c04f60ba36069f30d206bfd5ee2cecfaec
parent6acba0e4ee286a6412261a89ad15db01717ac8bc (diff)
downloadrust_rrule-7c1d074fe07e84ee19b30b39dabe1ebbf16a077a.zip
cargo.toml
-rw-r--r--Cargo.toml9
-rw-r--r--README.md2
2 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0a2727..3b6f26c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,14 @@
[package]
name = "rrule"
-description = "Partial implementation of the ical specs"
+description = "A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT"
-version = "0.1.0"
-authors = ["Fredrik Meringdal <fmeringdal@hotmail.com>"]
+version = "0.2.0"
+authors = ["Fredrik Meringdal"]
edition = "2018"
+keywords = ["calendar", "rrule", "ical"]
+categories = ["Date and time"]
+
[dependencies]
chrono = "0.4.19"
chrono-tz = "0.5.3"
diff --git a/README.md b/README.md
index ffd7ad8..26aadfe 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/fmeringdal/rust_rrule/branch/main/graph/badge.svg)](https://codecov.io/gh/fmeringdal/rust_rrule)
[![crates.io](https://img.shields.io/crates/v/rrule.svg)](https://crates.io/crates/rrule)
-A pure Rust partial implementation of recurrence rules as defined in the iCalendar RFC.
+A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC.
# Usage