carpenter 0.1.0

Create multiple config files easily.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"