diff --git a/Cargo.toml b/Cargo.toml index 117a2ea..facdcea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" dev-communicators = { git = "https://git.franklinblanco.dev/franklinblanco/dev-communicators.git" } dev-macros = { git = "https://git.franklinblanco.dev/franklinblanco/dev-macros.git" } -remax-types = { path = "../remax-types" } +remax-types = { path = "../remax-types", features = ["sqlx"]}