diff options
Diffstat (limited to 'stats_module/Cargo.toml')
-rw-r--r-- | stats_module/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats_module/Cargo.toml b/stats_module/Cargo.toml index ea0f965..95b6d41 100644 --- a/stats_module/Cargo.toml +++ b/stats_module/Cargo.toml @@ -10,3 +10,4 @@ crate-type = ["cdylib"] [dependencies] rusqlite = { version = "0.34.0", features = ["bundled", "time"] } time = "0.3.40" +smalldog = { path = "../smalldog" } |