mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-04-01 01:25:38 +00:00
7 lines
151 B
Rust
7 lines
151 B
Rust
use rocket::serde::Serialize;
|
|
|
|
#[derive(Clone, Debug, Serialize)]
|
|
#[serde(crate = "rocket::serde")]
|
|
pub struct Global {
|
|
pub format_time: String,
|
|
}
|