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-06-23 09:57:41 +02:00
version = "0.33.1"
[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"