From e765812fa988b081c6e3d8bd6dcebcb95bfd79dc Mon Sep 17 00:00:00 2001 From: daladim Date: Wed, 24 Nov 2021 00:22:30 +0100 Subject: [PATCH] Added info into Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afe1509..4793dfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "kitchen-fridge" -version = "0.1.0" +version = "0.3.0" dependencies = [ "async-trait", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 817e942..13f8aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "kitchen-fridge" -version = "0.1.0" +version = "0.3.0" authors = ["daladim"] edition = "2018" description = "A CalDAV (ical file management over WebDAV) library" repository = "https://github.com/daladim/kitchen-fridge" +documentation = "https://docs.rs/kitchen-fridge" license = "MIT" +readme = "README.md" keywords = ["CalDAV", "client", "WebDAV", "todo", "iCloud"] categories = ["network-programming", "web-programming::http-client"]