mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Use string-cache from crates.io
This commit is contained in:
parent
dc1db5187e
commit
0229de822b
9 changed files with 31 additions and 81 deletions
|
@ -57,12 +57,6 @@ git = "https://github.com/servo/rust-mozjs"
|
|||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
[dependencies.string_cache]
|
||||
git = "https://github.com/servo/string-cache"
|
||||
|
||||
[dependencies.string_cache_plugin]
|
||||
git = "https://github.com/servo/string-cache"
|
||||
|
||||
[dependencies.url]
|
||||
version = "0.2.33"
|
||||
features = ["query_encoding"]
|
||||
|
@ -86,3 +80,5 @@ websocket = "0.12"
|
|||
uuid = "0.1.16"
|
||||
smallvec = "0.1"
|
||||
html5ever = "0.1"
|
||||
string_cache = "0.1"
|
||||
string_cache_plugin = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue