API has 4 variants: sync/async * raw/typed
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
#[macro_use] extern crate serde;
|
||||
|
||||
pub mod action;
|
||||
pub mod api;
|
||||
pub mod async_api;
|
||||
pub use api::{Torrent, TorrentList, IntoTorrent};
|
||||
pub mod config;
|
||||
pub use config::Config;
|
||||
pub mod cli;
|
||||
|
||||
Reference in New Issue
Block a user