Fix workspace compilation: allow unsafe code in coolprop-sys

This commit is contained in:
Sepehr 2026-02-20 21:31:07 +01:00
parent fda1925bef
commit 375d288950

View File

@ -0,0 +1,18 @@
[package]
name = "entropyk-coolprop-sys"
version = "0.1.0"
edition = "2021"
description = "FFI bindings to CoolProp C++ library"
[lints.rust]
unsafe_code = "allow"
[dependencies]
libc = "0.2"
[build-dependencies]
cc = "1.0"
[features]
default = []
static = []