Add additional meta data to improve crate experience

* Add readme setting, so README.md is shown on https://crates.io/
This commit is contained in:
Nicola Coretti
2018-10-26 15:54:27 +02:00
parent 76d2e947a5
commit 8f292e0f07

View File

@@ -1,6 +1,7 @@
[package] [package]
authors = ["{{authors}}"] authors = ["{{authors}}"]
edition = "2018" edition = "2018"
readme = "README.md"
name = "{{project-name}}" name = "{{project-name}}"
version = "0.1.0" version = "0.1.0"