summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Dabalsa <arieldabalsa@gmail.com>2017-05-05 11:30:23 -0400
committerAriel Dabalsa <arieldabalsa@gmail.com>2017-05-05 19:24:57 -0400
commit18d13e6143b53f09cd4bce955a9a7319bbd0efca (patch)
tree5064be50d5ea638a9824af7de02442d97ebe255a
parentd5ebe1a4c50906b6b0224812ca70e81ae36ba01a (diff)
Move /src/vobject/ to /src/
-rw-r--r--Cargo.toml4
-rw-r--r--src/lib.rs (renamed from src/vobject/lib.rs)0
2 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"
diff --git a/src/vobject/lib.rs b/src/lib.rs
index 76f65e8..76f65e8 100644
--- a/src/vobject/lib.rs
+++ b/src/lib.rs