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

2
lib/cretonne/README.md Normal file
View File

@@ -0,0 +1,2 @@
This crate contains the core Cretonne code generator. It translates code from an
intermediate language into executable machine code.