forked from extern/nushell
12 lines
223 B
TOML
12 lines
223 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors"]
|
|
description = "Path handling library for Nushell"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu-path"
|
|
version = "0.37.1"
|
|
|
|
[dependencies]
|
|
dirs-next = "2.0.0"
|
|
dunce = "1.0.1"
|