Added info into Cargo.toml
This commit is contained in:
parent
96b8feff5e
commit
e765812fa9
2 changed files with 4 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -398,7 +398,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "kitchen-fridge"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bitflags",
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue