mirror of https://github.com/rwf2/Rocket.git
Fix typo in contrib 'Cargo.toml'.
This commit is contained in:
parent
8172f748b3
commit
bac186fc0d
|
@ -21,7 +21,7 @@ static_files = []
|
||||||
templates = ["serde", "serde_json", "glob"]
|
templates = ["serde", "serde_json", "glob"]
|
||||||
|
|
||||||
# Database pooling features.
|
# Database pooling features.
|
||||||
# Iternal use only.
|
# Internal use only.
|
||||||
database_pool_codegen = ["rocket_contrib_codegen", "rocket_contrib_codegen/database_attribute"]
|
database_pool_codegen = ["rocket_contrib_codegen", "rocket_contrib_codegen/database_attribute"]
|
||||||
database_pool = ["r2d2", "database_pool_codegen"]
|
database_pool = ["r2d2", "database_pool_codegen"]
|
||||||
# External features.
|
# External features.
|
||||||
|
|
Loading…
Reference in New Issue