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

@@ -7,6 +7,7 @@ license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
publish = false
readme = "README.md"
[lib]
name = "cton_reader"

3
lib/reader/README.md Normal file
View File

@@ -0,0 +1,3 @@
This crate library supports reading .cton files. This functionality is needed
for testing [Cretonne](https://crates.io/crates/cretonne), but is not essential
for a JIT compiler.