feat: add node service
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-12-26 17:20:31 +01:00
parent 3cdd876e05
commit a78803d35b
2 changed files with 281 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ pub mod cli;
pub use cli::*;
pub mod dagger_middleware;
pub mod node_service;
pub mod rust_service;