mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-20 01:08:55 +00:00
8 lines
175 B
Rust
8 lines
175 B
Rust
use crate::*;
|
|
use sqlx::{query, query_as, Executor};
|
|
|
|
/// The DateTime used in the package.
|
|
pub type DateTime = chrono::DateTime<chrono::Utc>;
|
|
|
|
pub mod osu;
|
|
pub mod osu_user;
|