mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Merge net and net_tests
This commit is contained in:
parent
a311e0f569
commit
697b9e2b87
127 changed files with 18 additions and 62 deletions
|
@ -8,6 +8,8 @@ publish = false
|
|||
[lib]
|
||||
name = "net"
|
||||
path = "lib.rs"
|
||||
test = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.6"
|
||||
|
@ -43,3 +45,7 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
|||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
tinyfiledialogs = "2.5.9"
|
||||
|
||||
[[test]]
|
||||
name = "main"
|
||||
path = "tests/main.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue