Skip to content

Commit

Permalink
Added description and license to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
denismerigoux committed Aug 11, 2017
1 parent 727f297 commit 051bc08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/wasm2cretonne-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "wasm2cretonne-util"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Utility binary to translate and execute WebAssembly modules using Cretonne"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"

[[bin]]
name = "wasm2cretonne-util"
Expand Down
3 changes: 3 additions & 0 deletions lib/wasm2cretonne/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "wasm2cretonne"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"

[dependencies]
wasmparser = "0.6.1"
Expand Down
3 changes: 3 additions & 0 deletions lib/wasmstandalone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 051bc08

Please sign in to comment.