Tweak rocket example

This commit is contained in:
Chris Tsang 2021-09-06 17:57:54 +08:00
parent 4b2019ff4e
commit dd7585c4e6

View File

@ -20,7 +20,7 @@ rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", fe
"tera",
] }
# remove `path = ""` in your own project
sea-orm = { path = "../../", version = "^0.2" }
sea-orm = { path = "../../", version = "^0.2", features = ["macros"], default-features = false }
serde_json = { version = "^1" }
[dependencies.sqlx]