TOML · 499 bytes Raw Blame History
1 [package]
2 name = "rush-executor"
3 version.workspace = true
4 edition.workspace = true
5 authors.workspace = true
6 license.workspace = true
7 repository.workspace = true
8
9 [dependencies]
10 rush-parser = { path = "../rush-parser" }
11 rush-expand = { path = "../rush-expand" }
12 rush-job = { path = "../rush-job" }
13 rush-interactive = { path = "../rush-interactive" }
14 nix = { workspace = true }
15 thiserror = { workspace = true }
16 anyhow = { workspace = true }
17 globset = { workspace = true }
18 regex = { workspace = true }