mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Replace wasm-pack, cargo-watch and concurrently with custom build tooling Co-authored-by: Keavon Chambers <keavon@keavon.com>
12 lines
240 B
TOML
12 lines
240 B
TOML
[package]
|
|
name = "cargo-run-internal-watch"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
cargo-run = { path = "../.." }
|
|
notify = "8.2.0"
|
|
notify-debouncer-full = "0.7.0"
|