blob: ec1e0c3cac1ee5db1259872b8ddb7256cc1b3200 [file] [log] [blame] [edit]
[package]
name = "bssl-sys"
version = "0.1.0"
edition = "2018"
publish = false
license = "Apache-2.0"
# 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(bindgen_rs_file)'] }