mirror of
https://github.com/nushell/nushell
synced 2024-11-15 17:27:58 +00:00
0f0847e45b
* Move 'start' to use ShellError * Remove unnecessary changes * Add missing macOS change * Add default * More fixed * More fixed
23 lines
No EOL
691 B
TOML
23 lines
No EOL
691 B
TOML
[package]
|
|
name = "nu_plugin_start"
|
|
version = "0.1.0"
|
|
authors = ["The Nu Project Contributors"]
|
|
edition = "2018"
|
|
description = "A plugin to open files/URLs directly from Nushell"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-plugin = { path = "../nu-plugin", version = "0.13.0" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.13.0" }
|
|
nu-source = { path = "../nu-source", version = "0.13.0" }
|
|
nu-errors = { path = "../nu-errors", version = "0.13.0" }
|
|
url = "2.1.1"
|
|
open = "1.4.0"
|
|
|
|
[build-dependencies]
|
|
nu-build = { version = "0.13.0", path = "../nu-build" }
|
|
nu-errors = { version = "0.13.0", path = "../nu-errors" }
|
|
nu-source = { version = "0.13.0", path = "../nu-source" } |