TOML · 366 bytes Raw Blame History
1 [package]
2 name = "rush-eval"
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-executor = { path = "../rush-executor" }
13 thiserror = { workspace = true }
14 anyhow = { workspace = true }