Skip to content

Commit

Permalink
remove a keyword from Cargo.toml
Browse files Browse the repository at this point in the history
Crates.io appears to only accept 5 keywords.
  • Loading branch information
iamcodemaker committed Apr 21, 2020
1 parent f13b5d6 commit 07934ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "console_log"
version = "0.2.0"
authors = ["Matthew Nicholson <matt@matt-land.com>"]
edition = "2018"
keywords = ["log", "logging", "console", "web_sys", "web", "wasm"]
keywords = ["log", "logging", "console", "web_sys", "wasm"]
description = "A logging facility that routes Rust log messages to the browser's console."
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 07934ca

Please sign in to comment.