Add modules in lib.rs
This commit is contained in:
parent
b1ace253c8
commit
39fab39f97
1 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
#[test]
|
||||
fn it_works() {
|
||||
}
|
||||
extern crate toml;
|
||||
|
||||
pub mod content;
|
||||
pub mod entry;
|
||||
pub mod error;
|
||||
pub mod header;
|
||||
|
||||
|
|
Loading…
Reference in a new issue