summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2017-05-06 17:31:09 +0200
committerGitHub <noreply@github.com>2017-05-06 17:31:09 +0200
commit2e80215c92397e6116ae12364a9bfeff49b504aa (patch)
treea2d3a65ce009e2fa45c26b02a31e13ccde5ac7b4 /Cargo.toml
parentf4605c6e3849355d64751f1d606a6cc253d56579 (diff)
parent8052da3e2e7d7df76221c9555d34446fd6c7511f (diff)
Merge pull request #13 from gnuish/refactor
Refactor a bit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e624ceb..597ee54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,3 @@ keywords = ["vobject", "icalendar", "calendar", "contacts"]
version = "0.2.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"
-
-[lib]
-name = "vobject"
-path = "src/vobject/lib.rs"