mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
26 lines
612 B
Text
26 lines
612 B
Text
[root]
|
|
name = "servo"
|
|
version = "0.0.1"
|
|
|
|
[[package]]
|
|
name = "test_blocked"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test_exception"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test_unneeded_exception"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
]
|