Make Source less of a hassle to work with

This commit is contained in:
Joscha 2021-11-23 23:59:21 +01:00
parent f39dbdaba7
commit 817732abf6
3 changed files with 51 additions and 35 deletions

View file

@ -1,5 +1,3 @@
use std::path::PathBuf;
use chrono::NaiveDate;
#[derive(Debug)]
@ -328,7 +326,6 @@ pub enum Command {
#[derive(Debug)]
pub struct File {
pub name: PathBuf,
pub includes: Vec<String>,
pub timezone: Option<String>,
pub commands: Vec<Command>,