summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-25 00:27:15 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-25 00:27:15 +0100
commit2a6b1421b8bc62cafddc4bc9a85ffc48734b5199 (patch)
tree4f277387b889ceed1d9969749e83dcdf178a1d34
parent2be3e111a47ee075c9316b5cede3f9d3335b18da (diff)
this is a library!
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0052ffe..ad0f2fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@ name = "vobject"
path = "src/vobject/lib.rs"
[dependencies]
-peg = "0.1.3"
+peg = "*"