mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-05-03 23:50:34 +00:00
Enable all features for sqlx-core on docs.rs
This commit is contained in:
committed by
Austin Bonander
parent
20d65a8248
commit
591d33b877
@@ -12,6 +12,9 @@ authors = [
|
|||||||
"Daniel Akhterov <akhterovd@gmail.com>",
|
"Daniel Akhterov <akhterovd@gmail.com>",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["all-databases", "all-types", "offline"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "runtime-async-std", "migrate" ]
|
default = [ "runtime-async-std", "migrate" ]
|
||||||
migrate = [ "sha2", "crc" ]
|
migrate = [ "sha2", "crc" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user