Make the 'core' module public

This commit is contained in:
Temirkhan Myrzamadi 2019-09-03 20:17:19 +06:00
parent d8c70b9fc6
commit 0a6dc12f92

View file

@ -5,4 +5,4 @@ extern crate serde;
#[macro_use] #[macro_use]
extern crate typed_builder; extern crate typed_builder;
mod core; pub mod core;