Add features section

This commit is contained in:
Gerald Pinder 2023-10-14 14:59:34 -04:00
parent 073ad4ca4a
commit 5c503eff4b
4 changed files with 24 additions and 21 deletions

View file

@ -17,3 +17,9 @@ clap = { version = "4.4.4", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
tera = "1.19.1"
[features]
default = []
nightly = ["init", "build"]
init = []
build = []