feat: with rust workspace members
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -446,6 +446,7 @@ mod docker_cache;
|
||||
mod docker_cli;
|
||||
mod kubectl;
|
||||
mod mold;
|
||||
mod rust_workspace;
|
||||
mod sqlx;
|
||||
mod ssh_agent;
|
||||
|
||||
@@ -461,6 +462,7 @@ pub mod extensions {
|
||||
pub use super::docker_cli::*;
|
||||
pub use super::kubectl::*;
|
||||
pub use super::mold::*;
|
||||
pub use super::rust_workspace::*;
|
||||
pub use super::sqlx::*;
|
||||
pub use super::ssh_agent::*;
|
||||
}
|
||||
|
Reference in New Issue
Block a user