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