From 1cb5e2affd6fc71c1e21d248de77dabac9df5aa1 Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Thu, 8 Feb 2024 00:38:48 -0800 Subject: [PATCH] added doc link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b0e47d5..86371da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" authors = ["Vince Buffalo "] keywords = ["genomics", "bioinformatics", "compbio"] categories = ["science"] +documentation = "https://docs.rs/recmap/" repository = "https://github.com/vsbuffalo/recmap" description = "A library for reading and working with recombination maps in Rust"