| 1 | [package] |
| 2 | name = "rush-interactive" |
| 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 | reedline = { workspace = true } |
| 12 | nu-ansi-term = { workspace = true } |
| 13 | crossterm = { workspace = true } |
| 14 | chrono = { workspace = true } |
| 15 | hostname = { workspace = true } |
| 16 | dirs = { workspace = true } |
| 17 | |
| 18 | [target.'cfg(unix)'.dependencies] |
| 19 | nix = { workspace = true } |