mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-04-01 09:35:27 +00:00
init httpd crate skeleton
This commit is contained in:
parent
470a7d0e73
commit
802e0821e4
13 changed files with 1877 additions and 432 deletions
7
crates/httpd/src/global.rs
Normal file
7
crates/httpd/src/global.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use rocket::serde::Serialize;
|
||||
|
||||
#[derive(Clone, Debug, Serialize)]
|
||||
#[serde(crate = "rocket::serde")]
|
||||
pub struct Global {
|
||||
pub format_time: String,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue