mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 02:13:47 +01:00
12 lines
204 B
TOML
12 lines
204 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors"]
|
|
description = "Nushell parser"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu-path"
|
|
version = "0.35.0"
|
|
|
|
[dependencies]
|
|
dirs-next = "2.0.0"
|
|
dunce = "1.0.1"
|