cuddle/\

6 lines
95 B
Plaintext
Raw Normal View History

2022-08-10 12:34:04 +02:00
#[derive(Debug)]
pub struct CuddleContext {
pub plan: CuddlePlan,
pub path: PathBuf,
}