From 18116491cb77438aba3ea02199bb0d34161a8508 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Jun 2025 12:02:01 +0300 Subject: [PATCH] draft local `librqbit` dependency path --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8459361..7b6db30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,5 @@ tokio = { version = "1.45", features = ["full"] } tracing-subscriber = "0.3" url = "2.5.4" [patch.crates-io] -librqbit = { git = "https://github.com/ikatson/rqbit.git", branch = "tracker-udp-dualstack", package = "librqbit" } \ No newline at end of file +librqbit = { git = "https://github.com/ikatson/rqbit.git", branch = "tracker-udp-dualstack", package = "librqbit" } +#librqbit = { path = "../../rqbit/crates/librqbit", package = "librqbit" } \ No newline at end of file