Add minimal README.md files to published crates.
This will put descriptions on the packages' crates.io pages.
This commit is contained in:
@@ -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
3
lib/native/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user