diff --git a/Cargo.lock b/Cargo.lock index f536901..bcc8b19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,3 +19,5 @@ dependencies = [ [[package]] name = "packeteer" version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5425d35ba9635d531e8d6e0a4bd9b0974decbb146e7f7f69fffb071e44bcb647" diff --git a/Cargo.toml b/Cargo.toml index f5c46a7..ea823de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ edition = "2018" [dependencies] frostwalker = "0.1.1" -packeteer = { version = "0.5.2", features = ["http1"], path = "../packeteer" } +packeteer = { version = "0.5.2", features = ["http1"] }