summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-05-31 23:03:15 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-06-02 15:21:09 +0200
commit083620129bd316b5211e61b658a7d2b8a696b975 (patch)
treea9d07874e2f8502098f18a93d6103ab015b38433 /Cargo.toml
parent31df4da79bf53862045bc39de135fac80f6681b5 (diff)
Rewrite rust-vobject without peg
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad0f2fb..cdb0ec3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,3 @@ license = "MIT"
[lib]
name = "vobject"
path = "src/vobject/lib.rs"
-
-[dependencies]
-peg = "*"