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

@@ -3,9 +3,10 @@ name = "cretonne-native"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Support for targetting the host with Cretonne"
description = "Support for targeting the host with Cretonne"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
readme = "README.md"
[lib]
name = "cton_native"

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

@@ -0,0 +1,3 @@
This crate performs autodetection of the host architecture, which can be used to
configure [Cretonne](https://crates.io/crates/cretonne) to generate code
specialized for the machine it's running on.