From 4410950c761970d640af00f245fdba859f8795b0 Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 4 Apr 2025 01:45:07 -0500 Subject: rip out module system --- corgi_stats/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 corgi_stats/Cargo.toml (limited to 'corgi_stats/Cargo.toml') diff --git a/corgi_stats/Cargo.toml b/corgi_stats/Cargo.toml new file mode 100644 index 0000000..a012b94 --- /dev/null +++ b/corgi_stats/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "corgi-stats" +version = "0.1.0" +edition = "2024" + +[dependencies] +rusqlite = { version = "0.34.0", features = ["bundled", "time"] } +time = "0.3.40" -- cgit 1.4.1-3-g733a5