Skip to content

Commit

Permalink
* Add some missing optional fields to the manifest
Browse files Browse the repository at this point in the history
* Depend on a recent version of "liquid" in an attempt to fix the
  automated Travis CI builds
  • Loading branch information
svenfoo committed Sep 11, 2019
1 parent 89910be commit 5e12a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "wasm-game-of-life"
description = "Game of Life using Rust and WebAssembly"
version = "0.1.0"
authors = ["Sven Neumann <[email protected]>"]
authors = ["Sven Neumann <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
repository = "https://github.com/svenfoo/wasm-game-of-life"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -28,6 +31,7 @@ wee_alloc = { version = "0.4.2", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.2"
liquid = "0.18.2"

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down

0 comments on commit 5e12a14

Please sign in to comment.