aboutsummaryrefslogtreecommitdiffstats
path: root/src/creator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/creator.rs')
-rw-r--r--src/creator.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creator.rs b/src/creator.rs
index 02d0c12..e4a377a 100644
--- a/src/creator.rs
+++ b/src/creator.rs
@@ -1,5 +1,6 @@
use std::convert::TryFrom as _;
+#[derive(Debug, Clone)]
pub struct Creator {
base_time: Option<std::time::Instant>,
}