nushell/crates/nu-path/Cargo.toml
2021-07-25 22:58:33 +12:00

12 lines
204 B
TOML

[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"