nushell/crates/nu-stream/Cargo.toml
Jonathan Turner 42fac722bb
Bump to 0.29.2 (#3274)
* Bump to 0.29.2

* Fix test
2021-04-07 08:14:06 +12:00

19 lines
453 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "Nushell stream"
edition = "2018"
license = "MIT"
name = "nu-stream"
version = "0.29.2"
[dependencies]
nu-errors = { version = "0.29.2", path = "../nu-errors" }
nu-protocol = { version = "0.29.2", path = "../nu-protocol" }
nu-source = { version = "0.29.2", path = "../nu-source" }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
[features]
stable = []
trace = []