cloud_disk_sync/plugins/
mod.rs

1pub mod hooks;
2pub mod manager;
3
4#[derive(Debug)]
5pub struct FileMetadata {
6    pub path: String,
7}