Keep file contents in memory

This commit is contained in:
Joscha 2021-11-29 11:16:33 +00:00
parent 1170009b4f
commit 0eda941ed7
2 changed files with 4 additions and 2 deletions

View file

@ -424,6 +424,7 @@ pub enum Command {
#[derive(Debug)]
pub struct File {
pub contents: String,
pub includes: Vec<String>,
pub timezone: Option<String>,
pub commands: Vec<Command>,