Merge pull request #160 from NobodyXu/feature/target-detection

This commit is contained in:
Félix Saparelli 2022-06-07 14:41:03 +12:00 committed by GitHub
commit 0c83d010b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 192 additions and 2 deletions

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"