mofa 0.1.1

the config lib that merges options from anywhere
Documentation
[dependencies.itertools]
version = "0.11"

[dependencies.regex]
version = "1.10.2"

[dependencies.serde]
version = "1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.temp-env]
version = "0.3.6"

[dev-dependencies.tempfile]
version = "3"

[lib]
name = "mofa"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "the config lib that merges options from anywhere"
edition = "2021"
homepage = "https://github.com/Kilerd/mofa"
license = "MIT"
name = "mofa"
readme = "readme.md"
version = "0.1.1"