|
@@ -2,7 +2,10 @@
|
|
|
name = "riscv-rt"
|
|
|
version = "0.4.0"
|
|
|
repository = "https://github.com/rust-embedded/riscv-rt"
|
|
|
-authors = ["David Craven <david@craven.ch>"]
|
|
|
+authors = [
|
|
|
+ "The RISC-V Team <risc-v@teams.rust-embedded.org>",
|
|
|
+ "David Craven <david@craven.ch>",
|
|
|
+]
|
|
|
categories = ["embedded", "no-std"]
|
|
|
description = "Minimal runtime / startup for RISC-V CPU's"
|
|
|
keywords = ["riscv", "runtime", "startup"]
|