mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-14 16:51:23 +10:00
feat: add file peaking, 1.5.0
This commit is contained in:
@ -4,10 +4,11 @@ use std::{
|
||||
|
||||
use tokio::io::{self, AsyncRead};
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct VersionFile {
|
||||
pub relative_filename: String,
|
||||
pub permission: u32,
|
||||
pub size: u64,
|
||||
}
|
||||
|
||||
pub trait Skippable {
|
||||
|
||||
Reference in New Issue
Block a user