nushell/crates/nu-path/Cargo.toml
2022-03-27 16:18:47 +13:00

12 lines
226 B
TOML

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