mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Move net::cookie unit tests into the unit_tests crate.
This commit is contained in:
parent
e0b98a35c4
commit
691222696e
7 changed files with 123 additions and 95 deletions
4
components/servo/Cargo.lock
generated
4
components/servo/Cargo.lock
generated
|
@ -925,8 +925,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "unit_tests"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"cookie 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
||||
"gfx 0.0.1",
|
||||
"net 0.0.1",
|
||||
"net_traits 0.0.1",
|
||||
"url 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"util 0.0.1",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue