[package] name = "bssl-sys" version = "0.1.0" authors = ["Benjamin Brittain "] edition = "2018" publish = false license = "ISC" # This exists to workaround a limitation in cargo: # https://github.com/rust-lang/cargo/issues/3544 links = "bssl" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unsupported_inline_wrappers)', 'cfg(soong)'] }