summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 737a41f..90e3205 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,3 @@
-// DOCS
-
#[macro_use]
extern crate error_chain;
@@ -24,3 +22,5 @@ pub use property::Property;
pub use property::escape_chars;
pub use property::unescape_chars;
+pub use vcard::Vcard;
+pub use icalendar::ICalendar;