From dc9af3fd8e2d73c31b94469427bcc1b2da77b67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 29 Mar 2019 08:51:36 +0000 Subject: [PATCH] cargo: update --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c724e02..676f3d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,18 @@ name = "stabilizer" version = "0.1.0" authors = ["Robert Jördens "] +description = "Firmware for the Sinara Stabilizer board (stm32h743, eth, 2 adc, 2 dac)" categories = ["embedded", "no-std"] license = "GPL-3" -keywords = ["ethernet", "eth", "stm32", "adc", "dac", "tcp"] +keywords = ["ethernet", "eth", "stm32", "stm32h7", "adc", "dac", "tcp", "no-std", "embedded"] repository = "https://github.com/quartiq/stabilizer" +readme = "README.md" #documentation = "https://docs.rs/stabilizer/" edition = "2018" +exclude = [ + ".travis.yml", + ".gitignore", +] [badges] travis-ci = { repository = "jordens/stabilizer", branch = "master" }