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

16 lines
421 B
TOML
Raw Normal View History

2023-04-27 13:23:18 +00:00
[package]
name = "micronfig"
version = "0.1.0"
2023-04-28 16:52:22 +00:00
authors = ["Stefano Pigozzi <me@steffo.eu>"]
2023-04-27 13:23:18 +00:00
edition = "2021"
2023-04-28 16:52:22 +00:00
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"]
2023-04-27 13:23:18 +00:00
[dependencies]
2023-04-28 00:44:47 +00:00
[dev-dependencies]
tempfile = "3.5.0"