Modules and stuff

This commit is contained in:
2020-12-02 10:21:33 +01:00
parent e054a76a3f
commit be1d5e6221
10 changed files with 231 additions and 218 deletions

View File

@@ -1,6 +1,8 @@
use serde_derive::{Serialize, Deserialize};
use toml;
use std::fs;
use serde_derive::{Deserialize, Serialize};
use toml;
#[derive(Debug, Serialize, Deserialize, Clone, Copy)]
pub struct LogConfigInput {
pub mouse_motion: bool,