diff --git a/Cargo.toml b/Cargo.toml index ba6f584..cb60a47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ nu-protocol = { version = "0.92.0", features = ["plugin"] } ratatui = "0.26.1" url = "2.4.0" +[target.'cfg(target_os = "macos")'.dependencies] +crossterm = { version = "0.27.0", features = ["use-dev-tty"] } + [lib] bench = false