Update missing field in Cargo.toml

master
Benoît 2020-06-10 19:57:33 +02:00
parent 1a46191920
commit 7c69017444
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ name = "wasm-game-of-life"
version = "0.1.0"
authors = ["beneth <bmauduit@beneth.fr>"]
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"]