summaryrefslogtreecommitdiff
path: root/crates/nu-stream/Cargo.toml
blob: 069038ee369a5763e5b3a10acde1741845d74b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["The Nu Project Contributors"]
description = "Nushell stream"
edition = "2018"
license = "MIT"
name = "nu-stream"
version = "0.39.0"

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

[features]
stable = []