From d1ce01679b22b99321fe7407e8ee35de8cf99bd5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 30 Apr 2024 13:16:50 +0100 Subject: feat(history): create atuin-history, add stats to it (#1990) * feat(history): create atuin-history, add stats to it I'd like to eventually pull all the history stuff into this crate. Stats are a nice start, as I'd like to use them from the UI anyways. * lock * clippy --- crates/atuin-history/src/lib.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/atuin-history/src/lib.rs (limited to 'crates/atuin-history/src/lib.rs') diff --git a/crates/atuin-history/src/lib.rs b/crates/atuin-history/src/lib.rs new file mode 100644 index 00000000..9d34677f --- /dev/null +++ b/crates/atuin-history/src/lib.rs @@ -0,0 +1 @@ +pub mod stats; -- cgit v1.3.1