Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit f741de5

Browse files
committed
update Cargo metadata
1 parent d531b34 commit f741de5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name = "feos-gc-pcsaft"
33
version = "0.1.0"
44
authors = ["Philipp Rehner <[email protected]>", "Gernot Bauer <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
7+
description = "Implementation of the (heterosegmented) gc-PC-SAFT equation of state and corresponding Helmholtz energy functional."
8+
homepage = "https://github.com/feos-org"
9+
readme = "README.md"
10+
repository = "https://github.com/feos-org/feos-gc-pcsaft"
11+
keywords = ["physics", "thermodynamics", "equations_of_state", "phase_equilibria", "SAFT"]
12+
categories = ["science"]
13+
exclude = ["/.github/*", "*.ipynb", "/examples/*", "/parameters/*"]
614

715
[dependencies]
816
quantity = "0.5"

0 commit comments

Comments
 (0)