aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-07-09 07:53:53 -0400
committerBrian Cully <bjc@kublai.com>2019-07-09 07:53:53 -0400
commita7659952f376e196fc95f2d0525712e2398f8516 (patch)
tree9fe60beabaa2efebd761a08c2ced622f3aac6af5
parent5781e9391fe3d7d3dabec620cb782d38f5f9cb9e (diff)
downloadclint-a7659952f376e196fc95f2d0525712e2398f8516.tar.gz
clint-a7659952f376e196fc95f2d0525712e2398f8516.zip
Add link to readme from Cargo.toml.
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2ea48ee..10ac5cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ license = "LGPL-3.0-or-later"
authors = ["Brian Cully <bjc@kublai.com>"]
repository = "https://github.com/bjc/clint"
edition = "2018"
+readme = "README.md"
[dev-dependencies]
cortex-m = "~0.6"