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

15 lines
421 B
TOML

[package]
name = "micronfig"
version = "0.1.0"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021"
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]
[dev-dependencies]
tempfile = "3.5.0"