mepw
This commit is contained in:
parent
0bff250ecf
commit
941f75470b
5 changed files with 1180 additions and 92 deletions
|
|
@ -35,6 +35,9 @@ reqwest = { version = "0.12.23", features = ["blocking", "json"] }
|
|||
semver = "1.0.27"
|
||||
inquire = "0.9.1"
|
||||
tui = "0.19.0"
|
||||
tracing = "0.1.41"
|
||||
tracing-appender = "0.2.3"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "fmt"] }
|
||||
|
||||
[features]
|
||||
# TUI feature flag
|
||||
|
|
@ -42,6 +45,7 @@ tui = ["ratatui", "crossterm"]
|
|||
|
||||
# Optional default features
|
||||
default = []
|
||||
crossterm = ["dep:crossterm"]
|
||||
|
||||
# -----------------------
|
||||
# Cargo-make tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue