Merge net and net_tests

This commit is contained in:
Anthony Ramine 2018-01-19 12:52:54 +01:00
parent a311e0f569
commit 697b9e2b87
127 changed files with 18 additions and 62 deletions

View file

@ -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"