19 lines
412 B
TOML
19 lines
412 B
TOML
[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
|