nushell/crates/nu-path/Cargo.toml

12 lines
204 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-path"
2021-08-27 10:48:58 +02:00
version = "0.36.1"
[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"