[badges.github]
repository = "sumibi-yakitori/appconfig"
workflow = "Rust"
[dependencies.anyhow]
version = "1.0"
[dependencies.dirs-next]
version = "2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.toml]
version = "0.8"
[package]
authors = ["sumibi-yakitori <nekosoft360@gmail.com>"]
categories = ["config"]
description = "A simple configuration file manager for desktop applications"
documentation = "https://docs.rs/appconfig"
edition = "2018"
homepage = "https://github.com/sumibi-yakitori/appconfig"
keywords = ["configration", "app", "toml", "settings"]
license = "MIT"
name = "appconfig"
readme = "README.md"
repository = "https://github.com/sumibi-yakitori/appconfig"
version = "0.2.1"