]> git.proxmox.com Git - rustc.git/blob - src/tools/cargo/tests/testsuite/cargo_new/inherit_workspace_package_table_with_edition/out/Cargo.toml
New upstream version 1.72.1+dfsg1
[rustc.git] / src / tools / cargo / tests / testsuite / cargo_new / inherit_workspace_package_table_with_edition / out / Cargo.toml
1 [workspace]
2 resolver = "2"
3 members = [
4 "crates/*",
5 ]
6
7 [workspace.package]
8 authors = ["Rustaceans"]
9 description = "foo"
10 edition = "2018"
11 homepage = "foo"
12 keywords = ["foo", "bar"]
13 readme = "README.md"
14 rust-version = "1.67.0"
15 categories = ["algorithms"]
16 documentation = "foo"
17 exclude = ["foo"]
18 include = ["foo"]
19 license = "MIT OR Apache-2.0"
20 publish = false
21 repository = "foo"
22 version = "1.2.3"