[package] name = "carpenter" version = "0.1.0" edition = "2021" license = "MIT" description = "Create multiple config files easily." homepage = "https://github.com/MeloenCoding/carpenter" documentation = "https://github.com/MeloenCoding/carpenter" repository = "https://github.com/MeloenCoding/carpenter" readme = "README.md" keywords = ["config"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] carpenter-derive = "0.1.0" directories = "5.0.1" quote = "1.0.33"