nushell/crates/nu-path/Cargo.toml
2021-06-23 19:57:41 +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.33.1"
[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"