Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
build: add Cargo metadata for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Jun 8, 2022
1 parent 12280ad commit eac7926
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ version = "0.1.0"
edition = "2021"
rust-version = "1.61"

description = "Utility to load configuration from three well defined layers into any type which can be deserialized by Serde"
authors = [ "Heiko Seeberger <[email protected]>" ]
license-file = "LICENSE"
readme = "README.md"
homepage = "https://github.com/hseeberger/configured"
repository = "https://github.com/hseeberger/configured"
documentation = "https://github.com/hseeberger/configured"

[dependencies]
anyhow = "1"
config = "0"
Expand Down

0 comments on commit eac7926

Please sign in to comment.