From d8a81aa2239881607de431c48d8451737eec0788 Mon Sep 17 00:00:00 2001 From: N Date: Tue, 27 Aug 2024 18:01:45 +0300 Subject: [PATCH] doc: document the dependencies of the `luminol-web` crate --- crates/web/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/web/Cargo.toml b/crates/web/Cargo.toml index 804bf4a2..bf0cc5fe 100644 --- a/crates/web/Cargo.toml +++ b/crates/web/Cargo.toml @@ -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",