mirror of
https://github.com/rust-lang/cargo
synced 2024-10-31 08:59:36 +00:00
9 lines
160 B
TOML
9 lines
160 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "cargo-list-test-fixture"
|
|
version = "0.0.0"
|
|
|
|
[build-dependencies]
|
|
my-build-package1 = "99999.0.0"
|
|
my-build-package2 = "99999.0.0"
|