Remove dialoguer dependency

This commit is contained in:
Cameron
2026-01-03 20:32:00 -05:00
parent cbbfb7144b
commit 43b7c2b8ec
2 changed files with 0 additions and 46 deletions

View File

@@ -26,7 +26,6 @@ diesel = { version = "2.2.10", features = ["sqlite"] }
diesel_migrations = "2.2.0"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
dialoguer = "0.11"
dotenv = "0.15"
bcrypt = "0.17.1"
image = { version = "0.25.5", default-features = false, features = ["jpeg", "png", "rayon"] }