Skip to content

Commit a75e742

Browse files
committed
Improved short description.
The "configuration" word hides lot of details that may be interesting for people looking for this tool. Adding them to short description should help.
1 parent 99d5d2e commit a75e742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure_me/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "configure_me"
33
version = "0.4.0"
44
authors = ["Martin Habovstiak <[email protected]>"]
5-
description = "A library for processing application configuration easily."
5+
description = "A library for easy processing of application configuration from files, environment variables and command line arguments."
66
homepage = "https://github.com/Kixunil/configure_me"
77
repository = "https://github.com/Kixunil/configure_me"
88
readme = "README.md"

configure_me_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "configure_me_codegen"
33
version = "0.4.0"
44
authors = ["Martin Habovštiak <[email protected]>"]
5-
description = "A library for processing application configuration easily."
5+
description = "A library for easy processing of application configuration from files, environment variables and command line arguments."
66
homepage = "https://github.com/Kixunil/configure_me"
77
repository = "https://github.com/Kixunil/configure_me"
88
readme = "README.md"

0 commit comments

Comments
 (0)