add PathBuf to readme lib

This commit is contained in:
ALEZ 2023-11-15 21:12:31 +01:00
parent 79a1e1106f
commit b0125f7c27

View file

@ -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