2022-02-07 20:54:06 +01:00
|
|
|
[package]
|
2022-03-13 19:30:27 +01:00
|
|
|
authors = ["The Nushell Project Developers"]
|
2022-02-07 20:54:06 +01:00
|
|
|
description = "A converter plugin to the mp4 format for Nushell"
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
name = "nu_plugin_from_mp4"
|
2022-12-21 19:35:50 +01:00
|
|
|
version = "0.73.1"
|
2022-02-07 20:54:06 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-21 19:35:50 +01:00
|
|
|
nu-errors = { path="../nu-errors", version = "0.73.1" }
|
|
|
|
nu-plugin = { path="../nu-plugin", version = "0.73.1" }
|
|
|
|
nu-protocol = { path="../nu-protocol", version = "0.73.1" }
|
|
|
|
nu-source = { path="../nu-source", version = "0.73.1" }
|
2022-02-07 20:54:06 +01:00
|
|
|
tempfile = "3.2.0"
|
|
|
|
mp4 = "0.9.0"
|
|
|
|
|
|
|
|
[build-dependencies]
|