lemmy/crates/api_crud/src/tagline/mod.rs
2024-04-03 22:33:43 +02:00

4 lines
46 B
Rust

pub mod create;
pub mod list;
pub mod update;