Skip to content

Commit

Permalink
chore: fix keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 30, 2023
1 parent 2032eff commit 04a5b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/mrshiposha/serde-env-field"
description = "A helper for serde deserialization with environment variables expansion"
documentation = "https://docs.rs/serde-env-field/latest/serde_env_field/"
categories = ["encoding"]
keywords = ["serde", "environment-variables", "env", "proc-macro"]
keywords = ["serde", "environment", "variables", "env", "proc-macro"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 04a5b74

Please sign in to comment.