summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 952926511a2a792e43ad3ad44faed6be9d9e5c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
name = "icalendar"
version = "0.1.0"
license = "MIT/Apache-2.0"

description = "Early, minimal icalendar crate."
keywords = ["calendar", "ical", "ics"]

documentation = "https://docs.rs/icalendar/"
repository = "https://github.com/hoodie/icalendar-rs"
readme = "README.md"

include = [
  ".gitignore",
  ".travis.yml",
  "Cargo.toml",
  "src/*.rs",
]


[dependencies]
chrono = "*"
#error-chain = "*"
#vobject = {path="../hub/vobject"}

[dependencies.uuid]
features = ["v4"]
version = "0.3"