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

Prepare crate for distribution

This commit is contained in:
Steffo 2023-04-28 18:52:22 +02:00
parent 1bd3d63812
commit 777188f9ac
Signed by: steffo
GPG key ID: 2A24051445686895
4 changed files with 21 additions and 5 deletions

View file

@ -1,9 +1,13 @@
[package]
name = "micronfig"
version = "0.1.0"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "Tiny Rust crate for twelve-factor app configuration"
repository = "https://github.com/Steffo99/micronfig/"
license = "MIT OR Apache-2.0"
keywords = ["12 factor app", "configuration", "config", "environment", "envvar"]
categories = ["config"]
[dependencies]

View file

@ -1,3 +1,15 @@
# micronfig
# ![](icon.png) micronfig
Tiny Rust crate for twelve-factor app configuration
Tiny Rust crate for twelve-factor app configuration.
## Links
[![Crates.io](https://img.shields.io/crates/v/micronfig)](https://crates.io/crates/micronfig)
[![Documentation](https://img.shields.io/docsrs/micronfig)](https://docs.rs/micronfig/latest/micronfig/)
[![Chat](https://img.shields.io/matrix/micronfig:ryg.one?server_fqdn=matrix.ryg.one)](https://matrix.to/#/#micronfig:ryg.one)
## Acknowledgements
Icon made with [Font Awesome](https://fontawesome.com/) ([CC-BY-4.0](https://fontawesome.com/license/free)) and [Emblematic](https://github.com/Steffo99/emblematic/)

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

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