Format Cargo.toml
This commit is contained in:
parent
45826999ac
commit
7583a44e32
|
|
@ -44,7 +44,10 @@ serde = { version = "1", features = ["derive"] }
|
||||||
#! ### Optional dependencies
|
#! ### Optional dependencies
|
||||||
|
|
||||||
# Date operations needed for datepicker widget
|
# Date operations needed for datepicker widget
|
||||||
chrono = { version = "0.4", optional = true, default-features = false, feature = ["js-sys", "wasmbind"]}
|
chrono = { version = "0.4", optional = true, default-features = false, feature = [
|
||||||
|
"js-sys",
|
||||||
|
"wasmbind",
|
||||||
|
] }
|
||||||
|
|
||||||
## Enable this when generating docs.
|
## Enable this when generating docs.
|
||||||
document-features = { version = "0.2", optional = true }
|
document-features = { version = "0.2", optional = true }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue