forgot to push new dependencies

This commit is contained in:
2024-12-08 01:09:02 -05:00
parent f4a06a7b17
commit eda11985d6
2 changed files with 16 additions and 1 deletions

View File

@@ -11,4 +11,6 @@ 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 = "0.4.38"
hex_color = "3"