1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 14:37:29 +00:00

Change the crate's description

This commit is contained in:
Steffo 2023-04-29 02:03:01 +02:00
parent a457be6a31
commit 447e2fa45c
Signed by: steffo
GPG key ID: 2A24051445686895
3 changed files with 3 additions and 3 deletions

View file

@ -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"]

View file

@ -1,6 +1,6 @@
# ![](icon.png) micronfig
Tiny Rust crate for twelve-factor app configuration.
Tiny crate for simple configuration management.
## Links

View file

@ -1,4 +1,4 @@
//! Tiny crate for [twelve-factor app configuration](https://12factor.net/config).
//! Tiny crate for simple configuration management.
//!
//! # Features
//!