From 867e5dfd77cbb3e2a1b0edd98b692058ddd90b04 Mon Sep 17 00:00:00 2001 From: nilsk Date: Tue, 21 Jul 2026 13:21:14 +0200 Subject: [PATCH] add share_sheet module to library --- runtime/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index def3c7b8..780e4a5f 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -18,6 +18,7 @@ pub mod qdrant_edge_database; pub mod certificate_factory; pub mod runtime_api_token; pub mod stale_process_cleanup; +pub mod share_sheet; mod sidecar_types; mod file_actions; -pub mod global_shortcuts; \ No newline at end of file +pub mod global_shortcuts;