aboutsummaryrefslogtreecommitdiffstats
path: root/src/yaml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/yaml.rs')
-rw-r--r--src/yaml.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yaml.rs b/src/yaml.rs
index 77665b3..9b0988c 100644
--- a/src/yaml.rs
+++ b/src/yaml.rs
@@ -5,9 +5,12 @@ use std::collections::HashMap;
mod sql;
+mod write;
pub(crate) use sql::*;
+pub use write::*;
+
// TODO: Separate functions to get a list of YAML hashes, and insert hashes into
// the database.