From 177cda57e1eccd5fe1f5cccc836082633b246548 Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Tue, 8 Feb 2022 10:13:11 +0530 Subject: [PATCH] Cargo only allows 5 tags --- Cargo.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 49fc92a..48159b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"