summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c946b74a3caf5557c0890aa839973e085b61ecb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "vobject"
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/kevinmehall/rust-peg.git"