mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Add size_of_test crate
This commit is contained in:
parent
1afc89e944
commit
cf2ae86373
6 changed files with 46 additions and 30 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -1407,6 +1407,7 @@ dependencies = [
|
|||
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"layout 0.0.1",
|
||||
"script_layout_interface 0.0.1",
|
||||
"size_of_test 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2732,6 +2733,10 @@ name = "siphasher"
|
|||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "size_of_test"
|
||||
version = "0.0.1"
|
||||
|
||||
[[package]]
|
||||
name = "slab"
|
||||
version = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue