nushell/crates/nu-path/Cargo.toml
Joseph T. Lyons 4f367a59de
Strip trailing whitespace in files (#4575)
* Strip trailing whitespace in rs files

* Strip trailing whitespace in toml files

* Strip trailing whitespace in md files

* Strip trailing whitespace in nu files
2022-02-21 08:38:15 -05:00

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.59.0"
[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"