Fix authors in Cargo.toml

Change-Id: I473f3226118092c338e53ae4a871992031c2b71a
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/qg/+/118868
Reviewed-by: Erik Gilling <konkers@google.com>
diff --git a/qg-cli/Cargo.toml b/qg-cli/Cargo.toml
index c2dc01f..dbb9807 100644
--- a/qg-cli/Cargo.toml
+++ b/qg-cli/Cargo.toml
@@ -1,11 +1,11 @@
 [package]
 name = "qg-cli"
-author = "The Pigweed Authors"
 version = "0.1.0"
+authors = ["The Pigweed Authors"]
 edition = "2021"
 rust-version = "1.65"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-qg = { path = "../qg" }
\ No newline at end of file
+qg = { path = "../qg" }
diff --git a/qg/Cargo.toml b/qg/Cargo.toml
index 2745e2a..89fd219 100644
--- a/qg/Cargo.toml
+++ b/qg/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "qg"
 version = "0.1.0"
-author = "The Pigweed Authors"
+authors = ["The Pigweed Authors"]
 edition = "2021"
 rust-version = "1.65"