nushell/crates/nu-path/Cargo.toml

13 lines
224 B
TOML
Raw Normal View History

2021-10-01 07:11:49 +02:00
[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"