nushell/crates/nu-path/Cargo.toml
2022-01-18 12:06:12 -05:00

13 lines
224 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "Path handling library for Nushell"
edition = "2018"
license = "MIT"
name = "nu-path"
version = "0.43.0"
[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"