Skip to content

Commit 66d3b9c

Browse files
committed
fill in cargo metadata
1 parent 3199974 commit 66d3b9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "indexed-db"
33
version = "0.1.0"
44
edition = "2021"
5+
readme = "README.md"
6+
documentation = "https://docs.rs/indexed-db"
7+
description = "Bindings to IndexedDB that default the transactions to aborting"
8+
license = "MIT OR Apache-2.0"
9+
repository = "https://github.com/Ekleog/indexed-db"
10+
keywords = ["wasm", "indexeddb", "async", "web", "webassembly"]
11+
categories = ["asynchronous", "database", "wasn", "web-programming"]
512

613
[dependencies]
714
futures-channel = "0.3.30"

0 commit comments

Comments
 (0)