Skip to content

Commit

Permalink
Merge pull request #34 from str4d/fix-deps
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
str4d committed Jan 9, 2022
2 parents 21f419c + 1b4d9ee commit ca13a4c
Show file tree
Hide file tree
Showing 2 changed files with 3,884 additions and 3,509 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ default = ["console_error_panic_hook"]
[dependencies]
chrono = { version = "0.4", features = ["wasmbind"] }
futures = "0.3"
# We need to have a dependency on every version of getrandom in our tree, to set
# their corresponding feature flags to enable WASM support.
getrandom_1 = { package = "getrandom", version = "0.1", features = ["wasm-bindgen"] }
getrandom = { version = "0.2", features = ["js"] }
i18n-embed = { version = "0.13", features = ["fluent-system", "web-sys-requester"] }
js-sys = "0.3"
Expand Down

0 comments on commit ca13a4c

Please sign in to comment.