makepad/tools/remote/Cargo.toml
Admin acf5442efe Workspace: members = app + examples + studio + necessary tools + tests; makepad-remote runnable from root
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>
2026-08-02 17:55:44 +02:00

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"