Files
Graphite/tools/cargo-run/Cargo.toml
Timon a72ac39059 Replace the dev server's wasm-pack, cargo-watch, and concurrently tools with custom cargo-run tooling (#4254)
Replace wasm-pack, cargo-watch and concurrently with custom build tooling

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2026-06-21 12:48:31 -07:00

14 lines
229 B
TOML

[package]
name = "cargo-run"
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
default-run = "cargo-run"
[dependencies]
thiserror = { workspace = true }
semver = "1"
duct = "1"