summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/lockfile_updated/out/Cargo.toml
blob: 3176a986ae79418d8fbb09cac8f7369e93d6e186 (plain)
1
2
3
4
5
6
7
8
9
[workspace]

[package]
name = "cargo-list-test-fixture"
version = "0.0.0"

[dependencies]
my-package = "99999.0.0"
unrelateed-crate = "0.2.0"