mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
6 lines
123 B
Rust
6 lines
123 B
Rust
use serde::Deserialize;
|
|
|
|
#[derive(Debug, Deserialize, Clone)]
|
|
pub struct SteamSettings{
|
|
pub location: Option<String>,
|
|
} |