summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_start/Cargo.toml
blob: d9672c2a4a1db236f04aa6d6f0a97571464df221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
authors = ["The Nu Project Contributors"]
description = "A plugin to open files/URLs directly from Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_start"
version = "0.17.0"

[lib]
doctest = false

[dependencies]
glob = "0.3.0"
nu-errors = {path = "../nu-errors", version = "0.17.0"}
nu-plugin = {path = "../nu-plugin", version = "0.17.0"}
nu-protocol = {path = "../nu-protocol", version = "0.17.0"}
nu-source = {path = "../nu-source", version = "0.17.0"}
open = "1.4.0"
url = "2.1.1"

[build-dependencies]
nu-build = {version = "0.17.0", path = "../nu-build"}
nu-errors = {version = "0.17.0", path = "../nu-errors"}
nu-source = {version = "0.17.0", path = "../nu-source"}