watchexec/lib/src/config.rs

4 lines
55 B
Rust
Raw Normal View History

2021-08-18 15:12:50 +02:00
pub struct Config {
pub fs: crate::fs::WorkingData,
}