Skip to content

Commit 07934ca

Browse files
committed
remove a keyword from Cargo.toml
Crates.io appears to only accept 5 keywords.
1 parent f13b5d6 commit 07934ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "console_log"
33
version = "0.2.0"
44
authors = ["Matthew Nicholson <matt@matt-land.com>"]
55
edition = "2018"
6-
keywords = ["log", "logging", "console", "web_sys", "web", "wasm"]
6+
keywords = ["log", "logging", "console", "web_sys", "wasm"]
77
description = "A logging facility that routes Rust log messages to the browser's console."
88
license = "MIT/Apache-2.0"
99
readme = "README.md"

0 commit comments

Comments
 (0)