mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-21 15:44:20 +00:00
Change the crate's description
This commit is contained in:
parent
a457be6a31
commit
447e2fa45c
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name = "micronfig"
|
|||
version = "0.1.0"
|
||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||
edition = "2021"
|
||||
description = "Tiny Rust crate for twelve-factor app configuration"
|
||||
description = "Tiny crate for simple configuration management"
|
||||
repository = "https://github.com/Steffo99/micronfig/"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["12-factor-app", "configuration", "config", "environment", "envvar"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# ![](icon.png) micronfig
|
||||
|
||||
Tiny Rust crate for twelve-factor app configuration.
|
||||
Tiny crate for simple configuration management.
|
||||
|
||||
## Links
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//! Tiny crate for [twelve-factor app configuration](https://12factor.net/config).
|
||||
//! Tiny crate for simple configuration management.
|
||||
//!
|
||||
//! # Features
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue