update authors in cargo.toml

master
Sebastien Bourdeauducq 2020-09-09 19:36:25 +08:00
parent 7360984efb
commit c634313d5e
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
name = "experiments"
description = "Developing bare-metal Rust on Zynq"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
authors = ["M-Labs"]
edition = "2018"
[features]

View File

@ -2,7 +2,7 @@
name = "libasync"
description = "low-level async support"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
authors = ["M-Labs"]
edition = "2018"
[dependencies]

View File

@ -2,7 +2,7 @@
name = "libboard_zynq"
description = "Drivers for peripherals in the Zynq PS"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
authors = ["M-Labs"]
edition = "2018"
[features]

View File

@ -1,7 +1,7 @@
[package]
name = "libcortex_a9"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
authors = ["M-Labs"]
edition = "2018"
[features]

View File

@ -1,7 +1,7 @@
[package]
name = "libregister"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
authors = ["M-Labs"]
edition = "2018"
[dependencies]

View File

@ -2,7 +2,7 @@
name = "libsupport_zynq"
description = "Software support for running in the Zynq PS"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
authors = ["M-Labs"]
edition = "2018"
[features]