Skip to content

Commit

Permalink
Add lib file because of compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-br committed Sep 21, 2023
1 parent da2e74a commit 6efe807
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pulumi-operator-kubernetes/src/lib.rs
@@ -0,0 +1,9 @@
use springtime_di::instance_provider::ComponentInstancePtr;

pub mod config_provider;
pub mod kubernetes;
pub mod stack;

pub fn bind() {}

pub type Inst<T> = ComponentInstancePtr<T>;

0 comments on commit 6efe807

Please sign in to comment.