nushell/crates/nu-path/Cargo.toml
2021-09-15 06:44:24 +12:00

15 lines
311 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "Path handling library for Nushell"
edition = "2018"
license = "MIT"
name = "nu-path"
version = "0.37.0"
[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"
[dev-dependencies]
nu-test-support = { version = "0.37.0", path="../nu-test-support" }