katbin/src/core/paste/mod.rs
ATechnoHazard 8e44b02235
routes: pastes: Finish impl of paste creation
Signed-off-by: ATechnoHazard <amolele@gmail.com>
2020-06-26 00:19:20 +05:30

3 lines
50 B
Rust

pub mod entity;
pub mod postgres;
pub mod service;