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

5 lines
62 B
Rust

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