Made Api struct public

This commit is contained in:
Igor Katson 2023-12-02 15:19:05 +00:00
parent 08cd8c8b54
commit e9d4dc4e3a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 279 additions and 259 deletions

View file

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