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"
|
||||
|
||||
Reference in New Issue
Block a user