chore: change manifests
This commit is contained in:
parent
21e6aba270
commit
9448c26337
2 changed files with 6 additions and 7 deletions
|
@ -7,8 +7,8 @@ categories = ["config", "web-programming"]
|
|||
keywords = ["config", "env", "configuration", "environment", "macro"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/icetemple/itconfig-rs"
|
||||
homepage = "https://github.com/icetemple/itconfig-rs"
|
||||
repository = "https://github.com/pleshevskiy/itconfig-rs"
|
||||
homepage = "https://github.com/pleshevskiy/itconfig-rs"
|
||||
documentation = "https://docs.rs/itconfig"
|
||||
readme = "../README.md"
|
||||
|
||||
|
@ -26,5 +26,4 @@ itconfig = { path = "../itconfig" }
|
|||
lazy_static = "1.4.0"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "icetemple/itconfig-rs" }
|
||||
maintenance = { status = "passively-maintained" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
|
|
@ -7,8 +7,8 @@ categories = ["config", "web-programming"]
|
|||
keywords = ["config", "env", "configuration", "environment", "macro"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/icetemple/itconfig-rs"
|
||||
homepage = "https://github.com/icetemple/itconfig-rs"
|
||||
repository = "https://github.com/pleshevskiy/itconfig-rs"
|
||||
homepage = "https://github.com/pleshevskiy/itconfig-rs"
|
||||
documentation = "https://docs.rs/itconfig"
|
||||
readme = "../README.md"
|
||||
|
||||
|
@ -30,7 +30,7 @@ itconfig-macro = { version = "1.1", path = "../itconfig-macro", optional = true
|
|||
lazy_static = "1.4.0"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "passively-maintained" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
# https://docs.rs/about
|
||||
[package.metadata.docs.rs]
|
||||
|
|
Reference in a new issue