Skip to content

Commit

Permalink
Revert "Update Cargo.toml settings for maintenance fork"
Browse files Browse the repository at this point in the history
This reverts commit 71adf3d.
  • Loading branch information
matthiasbeyer committed Mar 16, 2021
1 parent def3702 commit d1a19db
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[package]
name = "config-maint"
version = "0.11.0"
description = "Layered configuration system for Rust applications. (Maintenance fork)"
homepage = "https://sr.ht/~matthiasbeyer/config-rs-maint/"
repository = "https://git.sr.ht/~matthiasbeyer/config-rs-maint/"
documentation = "https://docs.rs/config-maint"
name = "config"
version = "0.10.1"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"
readme = "README.md"
keywords = ["config", "configuration", "settings", "env", "environment"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>",
"Matthias Beyer <mail@beyermatthias.de>"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
categories = ["config"]
license = "MIT/Apache-2.0"

Expand Down

0 comments on commit d1a19db

Please sign in to comment.