about summary refs log tree commit diff
path: root/corgi_stats/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-04-04 01:45:07 -0500
committergennyble <gen@nyble.dev>2025-04-04 01:45:07 -0500
commit4410950c761970d640af00f245fdba859f8795b0 (patch)
treeae2ced50c1ea96f01eed51e1ee0394473475da81 /corgi_stats/Cargo.toml
parent31d650e75acfd447cf6c58d29ca4d6ad1010a65c (diff)
downloadcorgi-4410950c761970d640af00f245fdba859f8795b0.tar.gz
corgi-4410950c761970d640af00f245fdba859f8795b0.zip
rip out module system
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"