A more complete example of authors
authorKornel <kornel@geekhood.net>
Sat, 26 May 2018 15:41:47 +0000 (16:41 +0100)
committerKornel <kornel@geekhood.net>
Sat, 26 May 2018 15:41:52 +0000 (16:41 +0100)
src/doc/src/reference/manifest.md

index c96530e8d2124b1b0e8aae67b388adac634b62d9..5fda4877e62c57ac455a9402c73ef7b0a27437d4 100644 (file)
@@ -11,7 +11,7 @@ The first section in a `Cargo.toml` is `[package]`.
 [package]
 name = "hello_world" # the name of the package
 version = "0.1.0"    # the current version, obeying semver
-authors = ["you@example.com"]
+authors = ["Alice <a@example.com>", "Bob <b@example.com>"]
 ```
 
 All three of these fields are mandatory.