mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 10:39:57 +02:00
Organize API modules
This commit is contained in:
parent
7a56dabd39
commit
c32a55c82f
10 changed files with 21 additions and 18 deletions
|
@ -5,10 +5,7 @@ pub extern crate url;
|
|||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
pub mod b64;
|
||||
pub mod action;
|
||||
pub mod crypto;
|
||||
pub mod key_set;
|
||||
pub mod metadata;
|
||||
pub mod file;
|
||||
pub mod reader;
|
||||
pub mod send_file;
|
||||
pub mod upload;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue