*/Cargo.toml: add descriptions

pull/14/head
Astro 2020-01-22 00:47:22 +01:00
parent fc8e948a86
commit 6272e381f1
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[package]
name = "zc706-experiments"
description = "Developing bare-metal Rust on Zynq"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"

View File

@ -1,5 +1,6 @@
[package]
name = "libboard_zc706"
description = "Software support for running on devboards"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"

View File

@ -1,5 +1,6 @@
[package]
name = "libboard_zynq"
description = "Drivers for peripherals in the Zynq PS"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"