projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8b8ac
)
A more complete example of authors
author
Kornel
<kornel@geekhood.net>
Sat, 26 May 2018 15:41:47 +0000
(16:41 +0100)
committer
Kornel
<kornel@geekhood.net>
Sat, 26 May 2018 15:41:52 +0000
(16:41 +0100)
src/doc/src/reference/manifest.md
patch
|
blob
|
history
diff --git
a/src/doc/src/reference/manifest.md
b/src/doc/src/reference/manifest.md
index c96530e8d2124b1b0e8aae67b388adac634b62d9..5fda4877e62c57ac455a9402c73ef7b0a27437d4 100644
(file)
--- 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 <a@example.com>", "Bob <b@example.com>
"]
```
All three of these fields are mandatory.