mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Replace wasm-pack, cargo-watch and concurrently with custom build tooling Co-authored-by: Keavon Chambers <keavon@keavon.com>
14 lines
229 B
TOML
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"
|