Skip to content

Commit

Permalink
chore: add readme files to all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Nov 14, 2024
1 parent 842a7ef commit 0ce4951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions parenv-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
license = "MIT"
description = "Macro implementation of #[derive(Environment)]"
repository = "https://github.com/frectonz/parenv"
readme = "../README.md"

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions parenv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
license = "MIT"
description = "Environment variable parser with a clap style derive macro and elm style error reporting."
repository = "https://github.com/frectonz/parenv"
readme = "../README.md"

[dependencies]
miette = { version = "7.2.0", features = ["fancy"] }
Expand Down

0 comments on commit 0ce4951

Please sign in to comment.