summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/git_tag/out/Cargo.toml
blob: 233f26e655ddd6e3f89b5ff82862b430ab9d2955 (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", tag = "v1.0.0", version = "0.3.0" }