Simplify Cargo
This commit is contained in:
parent
77bc11e1e5
commit
004653e86d
@ -23,11 +23,6 @@ rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", fe
|
|||||||
sea-orm = { path = "../../", version = "^0.2", features = ["macros"], default-features = false }
|
sea-orm = { path = "../../", version = "^0.2", features = ["macros"], default-features = false }
|
||||||
serde_json = { version = "^1" }
|
serde_json = { version = "^1" }
|
||||||
|
|
||||||
[dependencies.sqlx]
|
|
||||||
version = "^0.5"
|
|
||||||
default-features = false
|
|
||||||
features = ["macros", "offline", "migrate"]
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sqlx-postgres"]
|
default = ["sqlx-postgres"]
|
||||||
sqlx-mysql = ["sea-orm/sqlx-mysql", "rocket_db_pools/sqlx_mysql"]
|
sqlx-mysql = ["sea-orm/sqlx-mysql", "rocket_db_pools/sqlx_mysql"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user