Skip to content

Commit 4ac597a

Browse files
committed
add back line wrapping
simplify Usage Variants
1 parent c0c4d59 commit 4ac597a

File tree

3 files changed

+205
-202
lines changed

3 files changed

+205
-202
lines changed

Diff for: Cargo.lock

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,8 @@ tracing-forest = { version = "0.1.5", features = ["serde"], optional = true }
186186
tracing-subscriber = { version = "0.3.17", optional = true }
187187
tracing = { version = "0.1.37", optional = true }
188188

189-
# for progress
190-
owo-colors = "4.0.0"
191-
189+
# for config-tree
190+
terminal_size = "0.3.0"
192191

193192
# Avoid pre-compiled binaries, see https://github.com/serde-rs/serde/issues/2538 and https://github.com/serde-rs/serde/pull/2590
194193
serde_derive = ">=1.0.185"

0 commit comments

Comments
 (0)