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