diff --git a/crates/librqbit/README.md b/crates/librqbit/README.md index c8a2037..7703388 120000 --- a/crates/librqbit/README.md +++ b/crates/librqbit/README.md @@ -10,6 +10,7 @@ This program will just download a simple torrent file with a Magnet link use std::error::Error; use std::path::PathBuf; use librqbit::session::{AddTorrentResponse, Session}; +use librqbit::spawn_utils::BlockingSpawner; const MAGNET_LINK: &str = "magnet:?..."; // Put your magnet link here