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

26 lines
725 B
TOML
Raw Normal View History

[package]
2019-12-17 19:41:47 +01:00
name = "nu-test-support"
2020-03-31 19:25:21 +02:00
version = "0.12.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018"
description = "A source string characterizer for Nushell"
license = "MIT"
[lib]
doctest = false
[dependencies]
2020-03-31 19:25:21 +02:00
nu-parser = { path = "../nu-parser", version = "0.12.0" }
nu-source = { path = "../nu-source", version = "0.12.0" }
nu-protocol = { path = "../nu-protocol", version = "0.12.0" }
app_dirs = "1.2.1"
dunce = "1.0.0"
getset = "0.0.9"
glob = "0.3.0"
tempfile = "3.1.0"
indexmap = { version = "1.3.0", features = ["serde-1"] }
[build-dependencies]
2020-03-31 19:25:21 +02:00
nu-build = { version = "0.12.0", path = "../nu-build" }