From 1b22f189fc4b26fb383179f378b6d811e7c16083 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Tue, 25 Jun 2024 08:28:49 -0300 Subject: implement rust Update --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 0eb0653c..c086478d 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -169,6 +169,7 @@ pub mod templatesimplifier; pub mod typelibrary; pub mod typearchive; pub mod types; +pub mod update; use std::path::PathBuf; -- cgit v1.3.1