From f741de55be042f1d84fd72f9f39e8ac94e576f50 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Sun, 24 Apr 2022 17:28:16 +0200 Subject: [PATCH] update Cargo metadata --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 083a791..edfbce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,14 @@ name = "feos-gc-pcsaft" version = "0.1.0" authors = ["Philipp Rehner ", "Gernot Bauer "] edition = "2018" +license = "MIT OR Apache-2.0" +description = "Implementation of the (heterosegmented) gc-PC-SAFT equation of state and corresponding Helmholtz energy functional." +homepage = "https://github.com/feos-org" +readme = "README.md" +repository = "https://github.com/feos-org/feos-gc-pcsaft" +keywords = ["physics", "thermodynamics", "equations_of_state", "phase_equilibria", "SAFT"] +categories = ["science"] +exclude = ["/.github/*", "*.ipynb", "/examples/*", "/parameters/*"] [dependencies] quantity = "0.5"