chore: sync project state and current artifacts
This commit is contained in:
18
tests/fluids/Cargo.toml
Normal file
18
tests/fluids/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user