1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-04 10:17:40 +03:00
wezterm/async_ossl/Cargo.toml

16 lines
426 B
TOML
Raw Normal View History

[package]
name = "async_ossl"
version = "0.1.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.'cfg(not(any(windows, target_os="macos")))'.dependencies]
openssl = "0.10"
[target.'cfg(any(windows, target_os="macos"))'.dependencies]
openssl = { version = "0.10", features=["vendored"] }