From 6e9fce28fdbd4e61b134700dd4e3514b4b260684 Mon Sep 17 00:00:00 2001 From: molpopgen Date: Sun, 20 Dec 2020 15:51:55 -0800 Subject: [PATCH] Fill in cargo manifest. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1759a0e19..7b183aea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.0" authors = ["molpopgen "] build = "build.rs" edition = "2018" +description = "rust interface to tskit" +license = "MIT" +homepage = "https://github.com/molpopgen/tskit_rust" +repository = "https://github.com/molpopgen/tskit_rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html