Make Source less of a hassle to work with
This commit is contained in:
parent
f39dbdaba7
commit
817732abf6
3 changed files with 51 additions and 35 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue