From 438bd6b26ce31c94f157c3d1e4402598ebb19f03 Mon Sep 17 00:00:00 2001 From: Emilia Date: Thu, 2 Jan 2025 21:19:18 -0500 Subject: [PATCH] Export uuid from lib --- plate-tool-lib/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plate-tool-lib/src/lib.rs b/plate-tool-lib/src/lib.rs index 21e5c72..0f19a04 100644 --- a/plate-tool-lib/src/lib.rs +++ b/plate-tool-lib/src/lib.rs @@ -9,3 +9,5 @@ pub mod util; mod well; pub use well::Well; + +pub use uuid;