about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6e28733..6795892 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -503,6 +503,10 @@ dependencies = [
 ]
 
 [[package]]
+name = "smalldog"
+version = "0.1.0"
+
+[[package]]
 name = "smallvec"
 version = "1.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -523,6 +527,7 @@ name = "stats_module"
 version = "0.1.0"
 dependencies = [
  "rusqlite",
+ "smalldog",
  "time",
 ]