Skip to content

Commit

Permalink
Update Cargo.toml settings for maintenance fork
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Mar 13, 2021
1 parent e813eca commit 71adf3d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
[package]
name = "config"
name = "config-maint"
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"
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"
readme = "README.md"
keywords = ["config", "configuration", "settings", "env", "environment"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>",
"Matthias Beyer <mail@beyermatthias.de>"]
categories = ["config"]
license = "MIT/Apache-2.0"

[badges]
travis-ci = { repository = "mehcode/config-rs" }

[features]
default = ["toml", "json", "yaml", "hjson", "ini"]
json = ["serde_json"]
Expand Down

0 comments on commit 71adf3d

Please sign in to comment.