Browse Source

Added info into Cargo.toml

master
daladim 4 years ago
parent
commit
e765812fa9
  1. 2
      Cargo.lock
  2. 4
      Cargo.toml

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",

4
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"]

Loading…
Cancel
Save