nushell/crates/nu-test-support/Cargo.toml

25 lines
604 B
TOML
Raw Normal View History

[package]
authors = ["The Nushell Project Developers"]
description = "Support for writing Nushell tests"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-test-support"
edition = "2021"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu-test-support"
2024-09-22 06:41:44 +02:00
version = "0.98.1"
[lib]
doctest = false
bench = false
[lints]
workspace = true
[dependencies]
2024-09-22 06:41:44 +02:00
nu-path = { path = "../nu-path", version = "0.98.1" }
nu-glob = { path = "../nu-glob", version = "0.98.1" }
nu-utils = { path = "../nu-utils", version = "0.98.1" }
num-format = { workspace = true }
which = { workspace = true }
2024-09-22 06:41:44 +02:00
tempfile = { workspace = true }