mirror of
https://github.com/exoticorn/upkr.git
synced 2026-01-20 11:36:42 +01:00
make crossterm dependency optional
This commit is contained in:
@@ -12,5 +12,4 @@ lexopt = "0.2.1"
|
||||
anyhow = "1"
|
||||
thiserror = "1.0.36"
|
||||
pbr = "1"
|
||||
crossterm = { version = "0.25.0", default-features = false }
|
||||
terminal = { version = "0.2.1", default-features = false, features = ["crossterm-backend"] }
|
||||
crossterm = { version = "0.25.0", default-features = false, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user