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

25 lines
565 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "A source string characterizer for Nushell"
2020-07-05 22:12:44 +02:00
edition = "2018"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu-test-support"
version = "0.18.2"
[lib]
doctest = false
[dependencies]
nu-parser = {path = "../nu-parser", version = "0.18.2"}
nu-protocol = {path = "../nu-protocol", version = "0.18.2"}
nu-source = {path = "../nu-source", version = "0.18.2"}
directories = "2.0.2"
2020-06-27 09:54:31 +02:00
dunce = "1.0.1"
2020-05-17 00:34:10 +02:00
getset = "0.1.1"
glob = "0.3.0"
2020-07-05 22:12:44 +02:00
indexmap = {version = "1.4.0", features = ["serde-1"]}
tempfile = "3.1.0"
[build-dependencies]