From 95221a9f7b1709f8b47adf2c554a06eddd3296b3 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Fri, 7 Mar 2025 00:52:43 +0100 Subject: [PATCH] add fabfire_provision submodule to workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18826be..93879c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,4 +126,4 @@ tempfile = "3.2" shadow-rs = "0.11" [workspace] -members = ["runtime/*", "modules/*", "api"] +members = ["runtime/*", "modules/*", "api", "fabfire_provision"]