1[package]
2name = "bssl-sys"
3version = "0.1.0"
4edition = "2018"
5publish = false
6license = "Apache-2.0"
7
8# This exists to workaround a limitation in cargo:
9# https://github.com/rust-lang/cargo/issues/3544
10links = "bssl"
11
12[lints.rust]
13unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unsupported_inline_wrappers)', 'cfg(bindgen_rs_file)'] }
14