add daily streaks

This commit is contained in:
2024-12-10 17:09:33 -05:00
parent 0b0888e9a8
commit 44ae3de834
5 changed files with 128 additions and 37 deletions

View File

@@ -11,7 +11,7 @@ rand = "0.8.5"
clap = { version = "4.5.20", features = ["derive"] }
lamm = { git = "https://github.com/minneelyyyy/lamm", branch = "dev" }
regex = "1.11.1"
sqlx = { version = "0.8", features = [ "runtime-tokio-native-tls", "postgres" ] }
sqlx = { version = "0.8", features = [ "runtime-tokio-native-tls", "postgres", "chrono" ] }
hex_color = "3"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }