summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: bc374e6b2444ca1d46b5a80437d02ae2a7a02072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "vobject"
description = "Simple VObject parsing library."

homepage = "http://rust-vobject.unterwaditzer.net/"
documentation = "http://rust-vobject.unterwaditzer.net/"
repository = "https://github.com/untitaker/rust-vobject"
readme = "README.md"
keywords = ["vobject", "icalendar", "calendar", "contacts"]

version = "0.2.1"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"