Skip to content

Commit

Permalink
doc: document the dependencies of the luminol-web crate
Browse files Browse the repository at this point in the history
  • Loading branch information
somedevfox committed Aug 27, 2024
1 parent dd13863 commit d8a81aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ categories.workspace = true
[lints]
workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# * Adapters for web APIs * #
indexed_db_futures = "0.4.1" # Future bindings for IndexedDB
wasm-bindgen.workspace = true
wasm-bindgen-futures.workspace = true
indexed_db_futures = "0.4.1"

js-sys.workspace = true
web-sys = { workspace = true, features = [
"DedicatedWorkerGlobalScope",
Expand Down

0 comments on commit d8a81aa

Please sign in to comment.