Add minimal README.md files to published crates.

This will put descriptions on the packages' crates.io pages.
This commit is contained in:
Dan Gohman
2018-02-21 19:52:54 -08:00
parent 8e6e976e68
commit c7655c4928
11 changed files with 23 additions and 2 deletions

View File

@@ -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
View 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.