Made Api struct public
This commit is contained in:
parent
08cd8c8b54
commit
e9d4dc4e3a
6 changed files with 279 additions and 259 deletions
|
|
@ -3,7 +3,8 @@ use std::{io::LineWriter, net::SocketAddr, path::PathBuf, sync::Arc, time::Durat
|
|||
use anyhow::Context;
|
||||
use clap::{Parser, ValueEnum};
|
||||
use librqbit::{
|
||||
http_api::{ApiAddTorrentResponse, HttpApi},
|
||||
api::ApiAddTorrentResponse,
|
||||
http_api::HttpApi,
|
||||
http_api_client,
|
||||
peer_connection::PeerConnectionOptions,
|
||||
session::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue