blob: 06cac9e85b2d9cedb2cb83e6c1e8e20dd644bc7c [file] [log] [blame]
[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(bindgen_rs_file)'] }