Add features section
This commit is contained in:
parent
073ad4ca4a
commit
5c503eff4b
4 changed files with 24 additions and 21 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue