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