nushell/crates/nu_plugin_selector/Cargo.toml
JT df526f73be
Bump to 0.32 (#3521)
* Bump to 0.32

* Bump to 0.32
2021-06-01 08:14:50 +12:00

21 lines
562 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "web scraping using css selector"
edition = "2018"
license = "MIT"
name = "nu_plugin_selector"
version = "0.32.0"
[lib]
doctest = false
[dependencies]
nipper = "0.1.9"
nu-errors = { version = "0.32.0", path = "../nu-errors" }
nu-plugin = { version = "0.32.0", path = "../nu-plugin" }
nu-protocol = { version = "0.32.0", path = "../nu-protocol" }
nu-source = { version = "0.32.0", path = "../nu-source" }
[dev-dependencies]
nu-test-support = { path = "../nu-test-support", version = "0.32.0" }