Skip to content

Commit

Permalink
add wasm-bindgen feature that activates the time crate's wasm-bindgen…
Browse files Browse the repository at this point in the history
… feature (#80)

Co-authored-by: Abhishek Cherath <abhi@quic.us>
  • Loading branch information
pretentious7 and Abhishek Cherath authored Aug 17, 2023
1 parent 4a6600e commit 956124b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ serde_json = { version = "1", optional = true }

[features]
default = ["full"]
wasm_bindgen = ["time/wasm-bindgen"]
full = ["dep:base64", "dep:quick-xml", "dep:md-5", "dep:serde", "dep:serde_json", "time/parsing"]

[dev-dependencies]
Expand Down

0 comments on commit 956124b

Please sign in to comment.