diff --git a/Cargo.toml b/Cargo.toml index a04ac76..a5ca114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ notmad = "0.11" tokio-util = { version = "0.7", features = ["compat"] } sqlx = { version = "0.8", features = [ "chrono", + "migrate", "postgres", "runtime-tokio", "uuid",