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"]
|
keywords = ["config", "env", "configuration", "environment", "macro"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/icetemple/itconfig-rs"
|
repository = "https://github.com/pleshevskiy/itconfig-rs"
|
||||||
homepage = "https://github.com/icetemple/itconfig-rs"
|
homepage = "https://github.com/pleshevskiy/itconfig-rs"
|
||||||
documentation = "https://docs.rs/itconfig"
|
documentation = "https://docs.rs/itconfig"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
|
@ -26,5 +26,4 @@ itconfig = { path = "../itconfig" }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "icetemple/itconfig-rs" }
|
maintenance = { status = "actively-developed" }
|
||||||
maintenance = { status = "passively-maintained" }
|
|
||||||
|
|
|
@ -7,8 +7,8 @@ categories = ["config", "web-programming"]
|
||||||
keywords = ["config", "env", "configuration", "environment", "macro"]
|
keywords = ["config", "env", "configuration", "environment", "macro"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/icetemple/itconfig-rs"
|
repository = "https://github.com/pleshevskiy/itconfig-rs"
|
||||||
homepage = "https://github.com/icetemple/itconfig-rs"
|
homepage = "https://github.com/pleshevskiy/itconfig-rs"
|
||||||
documentation = "https://docs.rs/itconfig"
|
documentation = "https://docs.rs/itconfig"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ itconfig-macro = { version = "1.1", path = "../itconfig-macro", optional = true
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "passively-maintained" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
# https://docs.rs/about
|
# https://docs.rs/about
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
Reference in a new issue