mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
21 lines
431 B
Text
21 lines
431 B
Text
[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)",
|
|
]
|