diff --git a/Cargo.toml b/Cargo.toml index 76112f0..cec578d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ tokio-core = "0.1" openssl = { version = "0.9.14", "features" = ["v102"] } tokio-openssl = "0.1.3" env_logger = "0.4.3" -io-dump = { path = "/Users/carllerche/Code/Oss/Tokio/util/io-dump" } +io-dump = { git = "https://github.com/carllerche/io-dump" }