Skip to content

Commit

Permalink
package: change categories
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed May 30, 2024
1 parent 9d52543 commit ddc8289
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions metre-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "metre-macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
description = "Macros for the metre crate"
repository = "https://github.com/ramiroaisen/metre"
documentation = "https://docs.rs/metre"
readme = "../README.md"
keywords = ["configuration", "config", "loader", "env"]
categories = ["config", "encoding", "parsing"]
categories = ["config", "environment-variables"]
authors = ["Ramiro Aisen <[email protected]>"]


Expand Down
4 changes: 2 additions & 2 deletions metre/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "metre"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Metre, the configuration loader for Rust"
repository = "https://github.com/ramiroaisen/metre"
documentation = "https://docs.rs/metre"
license = "Apache-2.0"
readme = "../README.md"
keywords = ["configuration", "config", "loader", "env"]
categories = ["config", "encoding", "parsing"]
categories = ["config", "environment-variables"]
authors = ["Ramiro Aisen <[email protected]>"]


Expand Down

0 comments on commit ddc8289

Please sign in to comment.