File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ The first section in a `Cargo.toml` is `[package]`.
63
63
[package ]
64
64
name = " hello_world" # the name of the package
65
65
version = " 0.1.0" # the current version, obeying semver
66
- authors = [" Alice <a@example.com>" , " Bob <b@example.com>" ]
67
66
```
68
67
69
68
The only field required by Cargo is [ ` name ` ] ( #the-name-field ) . If publishing to
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ where the workspace's `Cargo.toml` is located.
54
54
[package ]
55
55
name = " hello_world" # the name of the package
56
56
version = " 0.1.0" # the current version, obeying semver
57
- authors = [" Alice <a@example.com>" , " Bob <b@example.com>" ]
58
57
```
59
58
60
59
### Virtual workspace
@@ -77,7 +76,6 @@ resolver = "2"
77
76
name = " hello_world" # the name of the package
78
77
version = " 0.1.0" # the current version, obeying semver
79
78
edition = " 2024" # the edition, will have no effect on a resolver used in the workspace
80
- authors = [" Alice <a@example.com>" , " Bob <b@example.com>" ]
81
79
```
82
80
83
81
By having a workspace without a root package,
You can’t perform that action at this time.
0 commit comments