Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix features in docs.rs and description on PyPI
  • Loading branch information
prehner committed Nov 24, 2025
commit d430b67577ce2798c3fd63da30508f363c29a3b3
3 changes: 3 additions & 0 deletions crates/feos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ keywords.workspace = true
categories.workspace = true
description = "FeOs - A framework for equations of state and classical density functional theory."

[package.metadata.docs.rs]
features = ["all_models"]

[dependencies]
quantity = { workspace = true }
num-dual = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions py-feos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
description = "FeOs - A framework for equations of state and classical density functional theory."

[lib]
name = "feos"
Expand Down