mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
cargo: Remove unused dependency (#38239)
Remove unused `Cargo.toml` dependency to reduce binary size. Testing: Can still compile in different platforms. Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
52f53f61e1
commit
0e4b2bfef0
9 changed files with 0 additions and 22 deletions
|
@ -12,8 +12,6 @@ name = "timers"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
base = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
malloc_size_of_derive = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue