From 8f292e0f07a9eafffa6abbe70b976faf3cc9ecd6 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Fri, 26 Oct 2018 15:54:27 +0200 Subject: [PATCH] Add additional meta data to improve crate experience * Add readme setting, so README.md is shown on https://crates.io/ --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 28ff9d7..853c94a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] authors = ["{{authors}}"] edition = "2018" +readme = "README.md" name = "{{project-name}}" version = "0.1.0"