Update keywords and excludes in Cargo.toml

This commit is contained in:
Robin Krahl 2020-07-24 13:47:55 +02:00
parent 0a1dd0838e
commit ae51e80d46
No known key found for this signature in database
GPG Key ID: 8E9B0870524F69D8

View File

@ -8,9 +8,10 @@ authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018" edition = "2018"
description = "Command-line viewer for rustdoc documentation" description = "Command-line viewer for rustdoc documentation"
keywords = ["doc", "cli", "rustdoc"] keywords = ["doc", "cli", "rustdoc"]
categories = ["command-line-utilities"] categories = ["command-line-utilities", "development-tools"]
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
exclude = [".builds/*"]
[dependencies] [dependencies]
anyhow = "1.0.31" anyhow = "1.0.31"