mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
sorted the extern crate, mod & use declarations
This commit is contained in:
parent
705ad72aee
commit
889eec364b
194 changed files with 804 additions and 870 deletions
|
@ -13,6 +13,9 @@ path = "../msg"
|
|||
[dependencies.net_traits]
|
||||
path = "../net_traits"
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
[dependencies.profile_traits]
|
||||
path = "../profile_traits"
|
||||
|
||||
|
@ -34,4 +37,3 @@ libc = "0.1"
|
|||
euclid = "0.2"
|
||||
serde = "0.6"
|
||||
serde_macros = "0.5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue