summaryrefslogtreecommitdiff
path: root/crates/nu-path/Cargo.toml
blob: ef207ed41ac6f9f463df558cfa59e44962c0e159 (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.36.0"

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