can't be bothered writing a commit message
This commit is contained in:
commit
697b009627
55 changed files with 21320 additions and 0 deletions
6
breadarr-shared/src/lib.rs
Normal file
6
breadarr-shared/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pub mod client;
|
||||
pub mod config;
|
||||
pub mod dto;
|
||||
|
||||
pub use client::DaemonClient;
|
||||
pub use config::Config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue