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"