nushell/crates/nu-path/Cargo.toml
2022-02-07 14:54:06 -05:00

11 lines
224 B
TOML

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