sapling/eden/scm/lib/cliparser/Cargo.toml
Thomas Orozco f5f78c4906 third-party/rust: update tokio & tokio-stream
Summary:
Pulling this for those 2 PRs:

- https://github.com/tokio-rs/tokio/pull/3547
- https://github.com/tokio-rs/tokio/pull/3576

Reviewed By: ahornby

Differential Revision: D26944216

fbshipit-source-id: ad67afa69cb291cfb1622cf4b2a10727a13d19cd
2021-03-10 11:01:28 -08:00

19 lines
502 B
TOML

# @generated by autocargo from //eden/scm/lib/cliparser:cliparser
[package]
name = "cliparser"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
cpython = { version = "0.5", optional = true, default-features = false }
cpython_ext = { path = "../cpython-ext", optional = true, default-features = false }
lazy_static = "1.0"
shlex = "1.0"
thiserror = "1.0"
[features]
default = []
python = ["cpython", "cpython_ext"]