summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-08 16:44:03 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-08 16:52:21 +0100
commite595f336f332fda3a511586f122cb6d40feaef2f (patch)
tree848c4e8bac1f0164cfa6b3ff801bd20f9d297254 /Cargo.toml
Init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..11e9612
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "vobject"
+version = "0.0.1"
+authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
+
+[lib]
+name = "vobject"
+path = "src/vobject/lib.rs"
+
+[dependencies.peg]
+git = "https://github.com/kevinmehall/rust-peg.git"