tools/remote joins the root workspace (default-run makepad-remote, so 'cargo run -p makepad-remote -- --server' works from the checkout root on worker boxes). Libraries stay in the build graph as path deps; the runnable-package list is the things a human actually launches. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
273 B
TOML
15 lines
273 B
TOML
[package]
|
|
name = "makepad-remote"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Remote file-sync and cargo runner for Makepad"
|
|
default-run = "makepad-remote"
|
|
|
|
|
|
[[bin]]
|
|
name = "makepad-remote"
|
|
path = "src/main.rs"
|
|
|
|
[[bin]]
|
|
name = "mapfleet"
|
|
path = "src/bin/mapfleet.rs"
|