[package] name = "knope-config" description = "A library for handling common configuration of Knope" version = "0.2.0" authors = ["Dylan Anthony "] edition = "2021" license = "MIT" repository = "https://github.com/knope-dev/knope" rust-version = "1.71.1" readme = "README.md" [dependencies] knope-versioning = { workspace = true } relative-path = { workspace = true } serde = { workspace = true, features = ["derive"] } thiserror = { workspace = true } toml = { workspace = true } [lints] workspace = true