Add a single debug derive to lib

This commit is contained in:
Emilia Allison 2025-11-25 20:55:37 -05:00
parent 5aa29ff836
commit 9fff3608d6
Signed by: emilia
GPG Key ID: FEC1CE6360EEC9A8
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ use crate::transfer_region::{CustomRegion, Region, TransferRegion};
use std::collections::{HashSet, HashMap};
#[derive(Debug)]
pub struct AutoOutput {
pub sources: Vec<PlateInstance>,
pub destinations: Vec<PlateInstance>,