Add minimal README.md files to published crates.
This will put descriptions on the packages' crates.io pages.
This commit is contained in:
@@ -6,6 +6,7 @@ publish = false
|
||||
description = "Translator from WebAssembly to Cretonne IL"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
name = "cton_wasm"
|
||||
|
||||
3
lib/wasm/README.md
Normal file
3
lib/wasm/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This crate performs the translation from a wasm module in binary format to the
|
||||
in-memory representation of the [Cretonne](https://crates.io/crates/cretonne)
|
||||
IL.
|
||||
Reference in New Issue
Block a user