summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2024-06-19 09:40:05 -0300
committerMason Reed <mason@vector35.com>2025-02-06 22:52:47 -0500
commit4075371ae3e3b7f0f7d42be3b83dbd4bc83fdfb5 (patch)
tree9a77a3f2aaf3309a7095abce346dac66f2b4e1c9 /rust/src/lib.rs
parenta370cf02b39ce6f25e428d70e1aff89a9889bb6a (diff)
Implement Rust SecretsProvider
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 0cb0484e..38fe377c 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -69,6 +69,7 @@ pub mod rc;
pub mod references;
pub mod relocation;
pub mod render_layer;
+pub mod secrets_provider;
pub mod section;
pub mod segment;
pub mod settings;