diff options
| author | Rubens Brandao <git@rubens.io> | 2024-06-08 15:43:32 -0300 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-10-19 19:02:59 -0400 |
| commit | 3a947674819c43e8de9902242a1b1748943bb025 (patch) | |
| tree | f24b4e4f322a8ab8494fadb322905bd4f99a5ca5 /rust/src/lib.rs | |
| parent | f5273b29f60826b693b45404a8a428d3f1d1bda5 (diff) | |
implement rust workflow
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index d881c943..068aa8c3 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -171,6 +171,7 @@ pub mod typelibrary; pub mod typearchive; pub mod types; pub mod update; +pub mod workflow; use std::path::PathBuf; use std::ptr; |
