diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-17 01:56:39 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-17 01:56:39 +0200 |
commit | d2fe9bf6fec3c273a785813ccf915816f8486d46 (patch) | |
tree | 90054001b04f52925d57ef1d80550b71451921b1 /Cargo.toml | |
parent | e508161cd3580888febaef4bbb848e219797e378 (diff) | |
download | rust_rrule-d2fe9bf6fec3c273a785813ccf915816f8486d46.zip |
some small fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |