summaryrefslogtreecommitdiff
path: root/crates/nu-stream/Cargo.toml
blob: 01f8983fc5b3939a2d80dd7282c2d96064dd598e (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.40.0"

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

[features]
stable = []