Update project structure and configurations
This commit is contained in:
@@ -8,11 +8,12 @@ publish = false
|
||||
[dependencies]
|
||||
entropyk-core = { path = "../../crates/core" }
|
||||
entropyk-fluids = { path = "../../crates/fluids" }
|
||||
entropyk-coolprop-sys = { path = "../../crates/fluids/coolprop-sys", optional = true }
|
||||
approx = "0.5"
|
||||
rayon = "1.8"
|
||||
|
||||
[features]
|
||||
coolprop = ["entropyk-fluids/coolprop"]
|
||||
coolprop = ["entropyk-fluids/coolprop", "entropyk-coolprop-sys"]
|
||||
|
||||
[dev-dependencies]
|
||||
# No separate dev-deps needed as this is a test-only crate
|
||||
|
||||
Reference in New Issue
Block a user