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

View File

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

View File

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

View File

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

View File

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

View File

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