summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-17 01:56:39 +0200
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-17 01:56:39 +0200
commitd2fe9bf6fec3c273a785813ccf915816f8486d46 (patch)
tree90054001b04f52925d57ef1d80550b71451921b1 /Cargo.toml
parente508161cd3580888febaef4bbb848e219797e378 (diff)
downloadrust_rrule-d2fe9bf6fec3c273a785813ccf915816f8486d46.zip
some small fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 020c653..cf5cc57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,11 @@
[package]
name = "rrule"
-description = "Partical implementation of the ical specs"
+description = "Partial implementation of the ical specs"
license = "MIT"
version = "0.1.0"
authors = ["Fredrik Meringdal <fmeringdal@hotmail.com>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
chrono = "0.4.19"
once_cell = "1.4.1"