Fix workspace compilation: allow unsafe code in coolprop-sys
This commit is contained in:
parent
fda1925bef
commit
375d288950
18
crates/fluids/coolprop-sys/Cargo.toml
Normal file
18
crates/fluids/coolprop-sys/Cargo.toml
Normal 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 = []
|
||||
Loading…
x
Reference in New Issue
Block a user