From 59f35af8d1e80fa12ce61e986aea4f56e8b45a87 Mon Sep 17 00:00:00 2001 From: Kornel Date: Sat, 26 May 2018 16:41:47 +0100 Subject: [PATCH] A more complete example of authors --- src/doc/src/reference/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index c96530e8d..5fda4877e 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -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 ", "Bob "] ``` All three of these fields are mandatory. -- 2.30.2