Add modules in lib.rs

This commit is contained in:
Matthias Beyer 2016-01-12 18:52:14 +01:00
parent b1ace253c8
commit 39fab39f97

View file

@ -1,3 +1,7 @@
#[test]
fn it_works() {
}
extern crate toml;
pub mod content;
pub mod entry;
pub mod error;
pub mod header;