We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860a734 commit 1c77210Copy full SHA for 1c77210
Cargo.toml
@@ -22,6 +22,11 @@ exclude = [
22
"crates/terraphim_repl",
23
# Symphony orchestrator (build separately: cd crates/terraphim_symphony && cargo build)
24
"crates/terraphim_symphony",
25
+ # Firecracker-based crates (private git dependency fcctl-core)
26
+ "crates/terraphim_rlm",
27
+ "crates/terraphim_github_runner",
28
+ "crates/terraphim_github_runner_server",
29
+ "terraphim_firecracker",
30
]
31
default-members = ["terraphim_server"]
32
0 commit comments