[package] name = "toml-base-config" version = "0.1.0" authors = ["Codex Dev "] edition = "2021" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/codx-dev/toml-base-config" description = "A configuration file template serializable as TOML." [dependencies] serde = { version = "1.0", features = ["derive"] } dirs = "4.0" toml = "0.5"