blob: bf490e4dc329e1e223156c8c96a241516509e201 [file] [log] [blame]
[package]
name = "bssl-sys"
version = "0.1.0"
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(bindgen_rs_file)'] }