Update keywords and excludes in Cargo.toml
This commit is contained in:
parent
0a1dd0838e
commit
ae51e80d46
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user