From 67f100921a6402184056ba66fbc45a41505e10aa Mon Sep 17 00:00:00 2001 From: maxall41 Date: Sun, 11 Feb 2024 14:53:40 -0800 Subject: [PATCH] Update --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41b22a7..34f41e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,10 @@ version = "0.1.0" edition = "2021" description = "RustSASA is a Rust library for computing the absolute solvent accessible surface area (ASA/SASA) of each atom in a given protein structure using the Shrake-Rupley algorithm." readme = "README.md" - +repository = "https://github.com/maxall41/RustSASA" +license = "MIT" +license-file = "LICENSE" +keywords = ["Rust","Bioinformatics","SASA"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]