Added description and license to Cargo.toml
This commit is contained in:
@@ -3,6 +3,9 @@ name = "wasm2cretonne-util"
|
|||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["The Cretonne Project Developers"]
|
authors = ["The Cretonne Project Developers"]
|
||||||
publish = false
|
publish = false
|
||||||
|
description = "Utility binary to translate and execute WebAssembly modules using Cretonne"
|
||||||
|
repository = "https://github.com/stoklund/cretonne"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm2cretonne-util"
|
name = "wasm2cretonne-util"
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ name = "wasm2cretonne"
|
|||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["The Cretonne Project Developers"]
|
authors = ["The Cretonne Project Developers"]
|
||||||
publish = false
|
publish = false
|
||||||
|
description = "Translator from WebAssembly to Cretonne IL"
|
||||||
|
repository = "https://github.com/stoklund/cretonne"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmparser = "0.6.1"
|
wasmparser = "0.6.1"
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ name = "wasmstandalone"
|
|||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["The Cretonne Project Developers"]
|
authors = ["The Cretonne Project Developers"]
|
||||||
publish = false
|
publish = false
|
||||||
|
description = "Standalone JIT-style runtime support for WebAsssembly code in Cretonne"
|
||||||
|
repository = "https://github.com/stoklund/cretonne"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cretonne = { path = "../cretonne" }
|
cretonne = { path = "../cretonne" }
|
||||||
|
|||||||
Reference in New Issue
Block a user