manifest: update

This commit is contained in:
Robert Jördens 2019-03-31 11:33:03 +00:00
parent 6577d1ce01
commit d7e47b7ebf

View File

@ -2,14 +2,15 @@
name = "stabilizer" name = "stabilizer"
version = "0.1.0" version = "0.1.0"
authors = ["Robert Jördens <rj@quartiq.de>"] authors = ["Robert Jördens <rj@quartiq.de>"]
description = "Firmware for the Sinara Stabilizer board (stm32h743, eth, 2 adc, 2 dac)" description = "Firmware for the Sinara Stabilizer board (stm32h743, eth, poe, 2 adc, 2 dac)"
categories = ["embedded", "no-std"] categories = ["embedded", "no-std", "hardware-support", "science"]
license = "GPL-3" license = "GPL-3.0-or-later"
keywords = ["ethernet", "eth", "stm32", "stm32h7", "adc", "dac", "tcp", "no-std", "embedded"] keywords = ["ethernet", "eth", "stm32", "stm32h7", "adc", "dac", "tcp", "no-std", "embedded"]
repository = "https://github.com/quartiq/stabilizer" repository = "https://github.com/quartiq/stabilizer"
readme = "README.md" readme = "README.md"
#documentation = "https://docs.rs/stabilizer/" #documentation = "https://docs.rs/stabilizer/"
edition = "2018" edition = "2018"
publish = false
exclude = [ exclude = [
".travis.yml", ".travis.yml",
".gitignore", ".gitignore",
@ -18,7 +19,7 @@ exclude = [
] ]
[badges] [badges]
travis-ci = { repository = "jordens/stabilizer", branch = "master" } travis-ci = { repository = "quartiq/stabilizer", branch = "master" }
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
[package.metadata.docs.rs] [package.metadata.docs.rs]