summary history branches tags files
commit:d7189cf2dd5bae4267add843fc0eb13812079ca6
author:Trevor Bentley
committer:GitHub
date:Wed Feb 13 22:16:17 2019 +0000
parents:05a7d39507b62b18178aa33e7358ebfb2ba346a1, e0369374563e9e3c010f0d836094a73f662ffea3
Merge pull request #12 from mrmekon/crates.io

Add readme to manifest file
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-0
index a216574..4bb396a
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ homepage = "https://github.com/mrmekon/fruitbasket"
 repository = "https://github.com/mrmekon/fruitbasket"
 documentation = "https://mrmekon.github.io/fruitbasket/fruitbasket/"
 license = "Apache-2.0"
+readme = "README.md"
 
 [features]
 logging = ["log", "log4rs"]