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

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

[dependencies]
git-package = { git = "[ROOTURL]/git-package", branch = "dev", version = "0.3.0" }