mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
14 lines
295 B
TOML
14 lines
295 B
TOML
[package]
|
|
name = "cargo-run-internal-watch"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
cargo-run = { path = "../.." }
|
|
notify = "8.2.0"
|
|
notify-debouncer-full = "0.7.0"
|