Skip to content

Commit a3ca40c

Browse files
committed
add tracing as an option
1 parent 80b6513 commit a3ca40c

13 files changed

Lines changed: 2798 additions & 126 deletions

cargo-generate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cargo_generate_version = ">=0.9.0"
33

44
[placeholders]
55
yew_version = { prompt = "Yew version", choices = ["stable", "next"], default = "stable", type = "string" }
6+
enable_tracing = { prompt = "Enable tracing for logging?", choices = ["yes", "no"], default = "no", type = "string" }
67

78
[hooks]
89
pre = ["cargo-generate/configure_files.rhai"]

cargo-generate/Cargo.lock.next.liquid renamed to cargo-generate/Cargo.lock.next.no-tracing.liquid

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)