Skip to content

Commit

Permalink
Cargo only allows 5 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Feb 8, 2022
1 parent bc5874d commit 177cda5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB t
homepage = "https://github.com/devashishdxt/rexie"
repository = "https://github.com/devashishdxt/rexie"
categories = ["asynchronous", "database", "wasm", "web-programming"]
keywords = [
"wasm",
"indexeddb",
"futures",
"webassembly",
"idb",
"indexed",
"db",
]
keywords = ["wasm", "indexeddb", "futures", "idb", "indexed"]
readme = "README.md"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md"]
edition = "2021"
Expand Down

0 comments on commit 177cda5

Please sign in to comment.