diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index f40001840..98523da1e 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -22,7 +22,6 @@ nu-protocol = { path = "../nu-protocol", version = "0.70.1" } nu-system = { path = "../nu-system", version = "0.70.1" } nu-table = { path = "../nu-table", version = "0.70.1" } nu-term-grid = { path = "../nu-term-grid", version = "0.70.1" } -nu-test-support = { path = "../nu-test-support", version = "0.70.1" } nu-utils = { path = "../nu-utils", version = "0.70.1" } nu-ansi-term = "0.46.0" num-format = { version = "0.4.3" } @@ -154,6 +153,8 @@ database = ["sqlparser", "rusqlite"] shadow-rs = { version = "0.16.1", default-features = false } [dev-dependencies] +nu-test-support = { path = "../nu-test-support", version = "0.70.1" } + hamcrest2 = "0.3.0" dirs-next = "2.0.0" proptest = "1.0.0"