summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 05c4e5e53ce639e24e1087f8c296c68e1b3c8f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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.0.1"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"

[lib]
name = "vobject"
path = "src/vobject/lib.rs"

[dependencies.peg]
git = "https://github.com/untitaker/rust-peg.git"
branch = "more-breakages"