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

20 lines
438 B
TOML
Raw Normal View History

[package]
authors = ["The Nushell Project Developers"]
description = "Support for writing Nushell tests"
2020-07-05 22:12:44 +02:00
edition = "2018"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu-test-support"
2022-07-29 19:48:10 +02:00
version = "0.66.3"
[lib]
doctest = false
[dependencies]
2022-07-29 19:48:10 +02:00
nu-path = { path="../nu-path", version = "0.66.3" }
nu-glob = { path = "../nu-glob", version = "0.66.3" }
2020-05-17 00:34:10 +02:00
getset = "0.1.1"
num-bigint = { version="0.4.3", features=["serde"] }
2021-02-05 21:54:54 +01:00
tempfile = "3.2.0"
hamcrest2 = "0.3.0"