summaryrefslogtreecommitdiff
path: root/crates/nu-path/Cargo.toml
blob: 41a4b623592a243ebee87c8849c716b9521edaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["The Nu Project Contributors"]
description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-path"
version = "0.34.1"

[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"