sapling/lib/hg_watchman_client/Cargo.toml
Jun Wu 616306543b codemod: use explicit versions in Cargo.toml
Summary:
This is done by running `fix-code.py`. Note that those strings are
semvers so they do not pin down the exact version. An API-compatiable upgrade
is still possible.

Reviewed By: ikostia

Differential Revision: D10213073

fbshipit-source-id: 82f90766fb7e02cdeb6615ae3cb7212d928ed48d
2018-11-15 18:54:06 -08:00

14 lines
259 B
TOML

[package]
name = "hg_watchman_client"
version = "0.1.0"
[dependencies]
watchman_client = { version = "0.1.0", path = "../watchman_client" }
serde = "1"
serde_json = "1"
failure = "0.1.3"
[features]
default = []
debug_bytes = ["watchman_client/debug_bytes"]