mirror of
https://github.com/nushell/nushell.git
synced 2024-12-27 17:39:15 +01:00
a63a5adafa
* remove unused dependencies * moved umask to cfg(unix) * changed Inflector to inflector, hoping it fixes the issue. * roll back Inflector * removed commented out deps now that everything looks good.
23 lines
489 B
TOML
23 lines
489 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors"]
|
|
description = "A source string characterizer for Nushell"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu-test-support"
|
|
version = "0.19.0"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
|
|
nu-source = {path = "../nu-source", version = "0.19.0"}
|
|
|
|
dunce = "1.0.1"
|
|
getset = "0.1.1"
|
|
glob = "0.3.0"
|
|
indexmap = { version = "1.6.0", features = ["serde-1"] }
|
|
tempfile = "3.1.0"
|
|
|
|
[build-dependencies]
|