summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-11-03 23:52:06 +0100
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-11-03 23:52:06 +0100
commit07845a7eb1fc714a9dc4ef9bb02b48e2ac4b4772 (patch)
tree7b1f873a4aa244878e168e6d6a8037722b8a98a1 /Cargo.toml
parent234c039ef113975197b5526dfe0052e02ed3d221 (diff)
downloadrust_rrule-07845a7eb1fc714a9dc4ef9bb02b48e2ac4b4772.zip
readme
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5e6ce20..20f0c87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rrule"
-description = "A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC."
+description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT"
version = "0.3.1"
documentation = "https://docs.rs/rrule"