summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d1b5b0494d640c07f9ee7b790220a9f53d4a711b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "vobject"
description = "Simple VObject parsing library."
version = "0.1.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"

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

[dependencies]
peg = "0.1.3"