mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
chore: repo maintenance + no path dependencies (#991)
- Move `tokio` into its own directory. - Remove `path` dependencies. - Run tests with once with crates.io dep and once with patched dep.
This commit is contained in:
@@ -22,10 +22,10 @@ travis-ci = { repository = "tokio-rs/tokio-tls" }
|
||||
[dependencies]
|
||||
futures = "0.1.23"
|
||||
native-tls = "0.2"
|
||||
tokio-io = { version = "0.1.7", path = "../tokio-io" }
|
||||
tokio-io = "0.1.7"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "0.1", path = "../" }
|
||||
tokio = "0.1"
|
||||
cfg-if = "0.1"
|
||||
env_logger = { version = "0.5", default-features = false }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user