aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests/duplicated_package.lock
blob: 77777fdd82c9ad183446316f929987ba5cd244a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[root]
name = "servo"
version = "0.0.1"

[[package]]
name = "test"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "test"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "test2"
version = "0.1.0"
source = "git+https://github.com/"
dependencies = [
 "test 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
]