fix comp: undeclared dependency

This commit is contained in:
2024-12-09 19:50:32 -05:00
parent 8f87907520
commit 7e7e9ad824
2 changed files with 7 additions and 1 deletions

View File

@@ -12,4 +12,7 @@ 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" ] }
hex_color = "3"
hex_color = "3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.133"
once_cell = "1.20.2"