forked from M-Labs/zynq-rs
*/Cargo.toml: add descriptions
This commit is contained in:
parent
fc8e948a86
commit
6272e381f1
|
@ -1,5 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zc706-experiments"
|
name = "zc706-experiments"
|
||||||
|
description = "Developing bare-metal Rust on Zynq"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["Astro <astro@spaceboyz.net>"]
|
authors = ["Astro <astro@spaceboyz.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libboard_zc706"
|
name = "libboard_zc706"
|
||||||
|
description = "Software support for running on devboards"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["Astro <astro@spaceboyz.net>"]
|
authors = ["Astro <astro@spaceboyz.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libboard_zynq"
|
name = "libboard_zynq"
|
||||||
|
description = "Drivers for peripherals in the Zynq PS"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["Astro <astro@spaceboyz.net>"]
|
authors = ["Astro <astro@spaceboyz.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in New Issue