fix comp: undeclared dependency
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -208,9 +208,12 @@ dependencies = [
|
|||||||
"dotenv",
|
"dotenv",
|
||||||
"hex_color",
|
"hex_color",
|
||||||
"lamm",
|
"lamm",
|
||||||
|
"once_cell",
|
||||||
"poise",
|
"poise",
|
||||||
"rand",
|
"rand",
|
||||||
"regex",
|
"regex",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
"sqlx",
|
"sqlx",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -13,3 +13,6 @@ lamm = { git = "https://github.com/minneelyyyy/lamm", branch = "dev" }
|
|||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
sqlx = { version = "0.8", features = [ "runtime-tokio-native-tls", "postgres" ] }
|
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"
|
||||||
Reference in New Issue
Block a user