mirror of
https://github.com/servo/servo.git
synced 2025-09-08 22:18:23 +01:00
Deduplicate idna, log, mime, mime_guess, percent-encoding, unicase, url, ws
This commit is contained in:
parent
8fd06759dc
commit
8eb650bafd
4 changed files with 44 additions and 213 deletions
|
@ -37,24 +37,16 @@ packages = [
|
|||
"crossbeam-deque",
|
||||
"euclid", # https://github.com/servo/rust-webvr/pull/89
|
||||
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
|
||||
"idna", # https://github.com/servo/servo/pull/23838
|
||||
"lock_api",
|
||||
"log",
|
||||
"mime",
|
||||
"mime_guess",
|
||||
"nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605
|
||||
"parking_lot",
|
||||
"parking_lot_core",
|
||||
"percent-encoding", # https://github.com/servo/servo/pull/23838
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rand_core",
|
||||
"scopeguard",
|
||||
"syn",
|
||||
"unicase",
|
||||
"unicode-xid",
|
||||
"url", # https://github.com/servo/servo/pull/23838
|
||||
"ws",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue