From: Kornel Date: Sat, 26 May 2018 15:41:47 +0000 (+0100) Subject: A more complete example of authors X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2^2~16^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=59f35af8d1e80fa12ce61e986aea4f56e8b45a87;p=cargo.git A more complete example of authors --- 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.