add categories and keywords
This commit is contained in:
parent
ed32fb9d0f
commit
0f5fe60205
@ -5,6 +5,8 @@ edition = "2021"
|
|||||||
description = "macro for creating configurations using miniconf"
|
description = "macro for creating configurations using miniconf"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://git.mkaenner.de/max/macroconf.git"
|
repository = "https://git.mkaenner.de/max/macroconf.git"
|
||||||
|
categories = ["config", "embedded", "data-structures"]
|
||||||
|
keywords = ["miniconf", "macro", "config"]
|
||||||
|
|
||||||
[lints.rust]
|
[lints.rust]
|
||||||
unsafe_code = "forbid"
|
unsafe_code = "forbid"
|
||||||
@ -13,8 +15,6 @@ unsafe_code = "forbid"
|
|||||||
enum_glob_use = "deny"
|
enum_glob_use = "deny"
|
||||||
pedantic = "deny"
|
pedantic = "deny"
|
||||||
nursery = "deny"
|
nursery = "deny"
|
||||||
unwrap_used = "deny"
|
|
||||||
expect_used = "deny"
|
|
||||||
cargo = "warn"
|
cargo = "warn"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user