Added description and license to Cargo.toml

This commit is contained in:
Denis Merigoux
2017-08-11 15:49:47 -07:00
parent 727f297ba9
commit 051bc08d23
3 changed files with 9 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ name = "wasmstandalone"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Standalone JIT-style runtime support for WebAsssembly code in Cretonne"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
[dependencies]
cretonne = { path = "../cretonne" }