fix: dep readable not only for unix

This commit is contained in:
Louis-Marie Baer 2024-03-16 16:41:21 +01:00
parent 6243fcb4a6
commit e3d68bc36b

View file

@ -76,12 +76,12 @@ strsim = "0.11.0"
strip-ansi-escapes = "0.2.0"
derive_more = {version="0.99.17", default-features=false, features=["display"]}
serde-this-or-that = "0.4.2"
readable = "0.16"
# Unix dependencies
[target.'cfg(unix)'.dependencies]
tar = "0.4.40"
flate2 = "1.0"
sudo = "0.6.0"
readable = "0.16"
# macOS
[target.'cfg(target_os = "macos")'.dependencies]
# On apple-darwin targets there is an issue with the native and rustls