Keep file contents in memory
This commit is contained in:
parent
1170009b4f
commit
0eda941ed7
2 changed files with 4 additions and 2 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue