]> git.proxmox.com Git - rustc.git/blame - src/tools/cargo/tests/testsuite/init/inherit_workspace_package_table/out/crates/foo/Cargo.toml
New upstream version 1.72.1+dfsg1
[rustc.git] / src / tools / cargo / tests / testsuite / init / inherit_workspace_package_table / out / crates / foo / Cargo.toml
CommitLineData
49aad941
FG
1[package]
2name = "foo"
3authors.workspace = true
4description.workspace = true
5edition.workspace = true
6homepage.workspace = true
7keywords.workspace = true
8readme.workspace = true
9rust-version.workspace = true
10categories.workspace = true
11documentation.workspace = true
12exclude.workspace = true
13include.workspace = true
14license.workspace = true
15publish.workspace = true
16repository.workspace = true
17version.workspace = true
18
19# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
20
21[dependencies]