mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 21:14:40 +01:00
13 lines
224 B
TOML
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.37.1"
|
|
|
|
[dependencies]
|
|
dirs-next = "2.0.0"
|
|
dunce = "1.0.1"
|
|
|