Use tui-markdown fork — tracing fully eliminated
Point to koverstreet/tui-markdown which replaces tracing with log. tracing is now completely gone from the dependency tree. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
3625764ca5
commit
61b0a43cf5
2 changed files with 3 additions and 35 deletions
|
|
@ -32,7 +32,7 @@ json5 = "1.3"
|
|||
|
||||
crossterm = { version = "0.29", features = ["event-stream"] }
|
||||
ratatui = { version = "0.30", features = ["unstable-rendered-line-info"] }
|
||||
tui-markdown = "0.3"
|
||||
tui-markdown = { git = "https://github.com/koverstreet/tui-markdown", subdirectory = "tui-markdown" }
|
||||
tui-textarea = { version = "0.10.2", package = "tui-textarea-2" }
|
||||
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue