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"]