From 3c29bbce60fd2a9f470476a7ea7759e45c59c0c3 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Wed, 24 Jan 2024 00:11:54 +0000 Subject: [PATCH] stupid silly dumb dumb --- Cargo.lock | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"] }