about summary refs log tree commit diff
path: root/corgi_stats/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'corgi_stats/Cargo.toml')
-rw-r--r--corgi_stats/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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"