Add dep guess_host_triple for target_os macos

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-06 22:35:51 +10:00
parent 8bd4b9b6a1
commit ca5c9b7c23
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -62,6 +62,9 @@ zip = { version = "0.6.2", default-features = false, features = [ "deflate", "bz
# Enable feature zstdmt to enable multithreading in libzstd.
zstd = { version = "0.10.0", features = [ "bindgen", "zstdmt" ], default-features = false }
[target.'cfg(target_os = "macos")'.dependencies]
guess_host_triple = "0.1.3"
[dev-dependencies]
env_logger = "0.9.0"