diff options
Diffstat (limited to 'src/cmds/collect/single_file.rs')
| -rw-r--r-- | src/cmds/collect/single_file.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmds/collect/single_file.rs b/src/cmds/collect/single_file.rs new file mode 100644 index 0000000..92c2829 --- /dev/null +++ b/src/cmds/collect/single_file.rs @@ -0,0 +1,3 @@ +pub struct JVSingleFileCollect { + pub data: Vec<u8>, +} |
