Tweak rocket example
This commit is contained in:
parent
4b2019ff4e
commit
dd7585c4e6
@ -20,7 +20,7 @@ rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", fe
|
|||||||
"tera",
|
"tera",
|
||||||
] }
|
] }
|
||||||
# remove `path = ""` in your own project
|
# 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" }
|
serde_json = { version = "^1" }
|
||||||
|
|
||||||
[dependencies.sqlx]
|
[dependencies.sqlx]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user