All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
8 lines
127 B
Rust
8 lines
127 B
Rust
pub mod folder;
|
|
pub mod init;
|
|
pub mod kustomize;
|
|
pub mod render;
|
|
pub mod render_kustomize;
|
|
pub mod render_template;
|
|
pub mod x;
|