diff --git a/server/Cargo.toml b/server/Cargo.toml index 6314084..1c23f79 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -13,5 +13,5 @@ clap = { version = "4.5.7", features = ["derive"] } serde = { version = "1.0.203", features = ["derive"] } emojis = "0.6.2" chrono = { version = "0.4.24", features = ["serde"] } -sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "mysql" ] } +sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] } dotenvy = "0.15" \ No newline at end of file