aboutsummaryrefslogtreecommitdiffstats
path: root/src/local/mod.rs
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-13 19:37:00 +0000
committerEllie Huxtable <e@elm.sh>2021-02-13 19:37:31 +0000
commit099afe66ecfb569a8a04b66425ded29665e6a37c (patch)
tree7bb1baadb9304fa0d4f353d0849f962e2af209e3 /src/local/mod.rs
parentRecord command exit code and duration (diff)
downloadatuin-099afe66ecfb569a8a04b66425ded29665e6a37c.zip
Implement history import
Diffstat (limited to 'src/local/mod.rs')
-rw-r--r--src/local/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/local/mod.rs b/src/local/mod.rs
index f587d016..a11ee213 100644
--- a/src/local/mod.rs
+++ b/src/local/mod.rs
@@ -1,2 +1,3 @@
pub mod database;
pub mod history;
+pub mod import;