From 7c690174441d6aa4c15dcab0831cd336b8ea388c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Mauduit?= Date: Wed, 10 Jun 2020 19:57:33 +0200 Subject: [PATCH] Update missing field in Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 82ec6c2..c4924ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "wasm-game-of-life" version = "0.1.0" authors = ["beneth "] edition = "2018" +repository = "git@dev.beneth.fr:beneth/wasm_game_of_life.git" +homepage = "https://dev.beneth.fr/beneth/wasm_game_of_life" +license = "MIT OR Apache-2.0" +description = "Game Of life in Wasm" [lib] crate-type = ["cdylib", "rlib"]