From b0125f7c27dfe6713a6c182a56c908fbb5f53a42 Mon Sep 17 00:00:00 2001 From: ALEZ Date: Wed, 15 Nov 2023 21:12:31 +0100 Subject: [PATCH] add PathBuf to readme lib --- crates/librqbit/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/librqbit/README.md b/crates/librqbit/README.md index 4c6be0f..c8a2037 120000 --- a/crates/librqbit/README.md +++ b/crates/librqbit/README.md @@ -8,6 +8,7 @@ This program will just download a simple torrent file with a Magnet link ```rust use std::error::Error; +use std::path::PathBuf; use librqbit::session::{AddTorrentResponse, Session}; const MAGNET_LINK: &str = "magnet:?..."; // Put your magnet link here