From 1df2ee6bc406b87d96548da3a21e671490e82513 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sat, 22 Mar 2025 16:11:20 -0500 Subject: stats! --- stats_module/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stats_module/Cargo.toml (limited to 'stats_module/Cargo.toml') diff --git a/stats_module/Cargo.toml b/stats_module/Cargo.toml new file mode 100644 index 0000000..ea0f965 --- /dev/null +++ b/stats_module/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "stats_module" +version = "0.1.0" +edition = "2024" + +[lib] +name = "stats" +crate-type = ["cdylib"] + +[dependencies] +rusqlite = { version = "0.34.0", features = ["bundled", "time"] } +time = "0.3.40" -- cgit 1.4.1-3-g733a5