chore: sync project state and current artifacts

This commit is contained in:
Sepehr
2026-02-22 23:27:31 +01:00
parent 1b6415776e
commit dd77089b22
232 changed files with 37056 additions and 4296 deletions

18
tests/fluids/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "fluids-integration-tests"
version = "0.1.0"
authors = ["Sepehr <sepehr@entropyk.com>"]
edition = "2021"
publish = false
[dependencies]
entropyk-core = { path = "../../crates/core" }
entropyk-fluids = { path = "../../crates/fluids" }
approx = "0.5"
rayon = "1.8"
[features]
coolprop = ["entropyk-fluids/coolprop"]
[dev-dependencies]
# No separate dev-deps needed as this is a test-only crate