Added info into Cargo.toml

This commit is contained in:
daladim 2021-11-24 00:22:30 +01:00
parent 96b8feff5e
commit e765812fa9
2 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View file

@ -398,7 +398,7 @@ dependencies = [
[[package]] [[package]]
name = "kitchen-fridge" name = "kitchen-fridge"
version = "0.1.0" version = "0.3.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bitflags", "bitflags",

View file

@ -1,11 +1,13 @@
[package] [package]
name = "kitchen-fridge" name = "kitchen-fridge"
version = "0.1.0" version = "0.3.0"
authors = ["daladim"] authors = ["daladim"]
edition = "2018" edition = "2018"
description = "A CalDAV (ical file management over WebDAV) library" description = "A CalDAV (ical file management over WebDAV) library"
repository = "https://github.com/daladim/kitchen-fridge" repository = "https://github.com/daladim/kitchen-fridge"
documentation = "https://docs.rs/kitchen-fridge"
license = "MIT" license = "MIT"
readme = "README.md"
keywords = ["CalDAV", "client", "WebDAV", "todo", "iCloud"] keywords = ["CalDAV", "client", "WebDAV", "todo", "iCloud"]
categories = ["network-programming", "web-programming::http-client"] categories = ["network-programming", "web-programming::http-client"]