nushell/crates/nu-stream/Cargo.toml

18 lines
432 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "Nushell stream"
edition = "2018"
license = "MIT"
name = "nu-stream"
2021-09-14 20:44:24 +02:00
version = "0.37.0"
[dependencies]
2021-09-14 20:44:24 +02:00
nu-errors = { version = "0.37.0", path="../nu-errors" }
nu-protocol = { version = "0.37.0", path="../nu-protocol" }
nu-source = { version = "0.37.0", path="../nu-source" }
2021-06-22 07:22:33 +02:00
futures = { version="0.3.12", features=["compat", "io-compat"] }
[features]
stable = []