mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(injector): add support for new crate - injector for external vault proxy (#8959)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
6
crates/injector/src/lib.rs
Normal file
6
crates/injector/src/lib.rs
Normal file
@ -0,0 +1,6 @@
|
||||
pub mod injector;
|
||||
pub mod types;
|
||||
|
||||
// Re-export all functionality
|
||||
pub use injector::*;
|
||||
pub use types::*;
|
||||
Reference in New Issue
Block a user