Clean things up a bit

This commit is contained in:
Marc Plano-Lesay 2025-05-01 13:40:33 +10:00
parent 3f2b002f52
commit 774a5ed4ac
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
9 changed files with 223 additions and 172 deletions

View file

@ -0,0 +1,6 @@
pub mod action;
pub mod client;
pub mod config;
pub use action::TransmissionAction;
pub use config::TransmissionConfig;