chore: make library

This commit is contained in:
Matthew Esposito 2024-10-21 20:46:03 -04:00
parent 3ff907d6c1
commit 49ef59e000
4 changed files with 20 additions and 22 deletions

13
src/lib.rs Normal file
View file

@ -0,0 +1,13 @@
pub mod client;
pub mod config;
pub mod duplicates;
pub mod instance_info;
pub mod oauth;
pub mod oauth_resources;
pub mod post;
pub mod search;
pub mod server;
pub mod settings;
pub mod subreddit;
pub mod user;
pub mod utils;