Update missing field in Cargo.toml
parent
1a46191920
commit
7c69017444
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue