summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-16 11:03:13 +0200
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-16 11:03:13 +0200
commit266be1b9759fbf49c0263a27a73d672294bfff75 (patch)
treed4e42f25a8dc119c25f6c2fcc82a2e8763eb0e3e /Cargo.toml
parent552344a00e1bb6344e459c3b26433bc6287070a2 (diff)
downloadrust_rrule-266be1b9759fbf49c0263a27a73d672294bfff75.zip
cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0109b76..acfac43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,7 @@
[package]
name = "rrule"
+description = "Partical implementation of the ical specs"
+license = "MIT"
version = "0.1.0"
authors = ["Fredrik Meringdal <fmeringdal@hotmail.com>"]
edition = "2018"