sapling/eden/scm/lib/hg-http/Cargo.toml
Arun Kulshreshtha f1aeffd67a hg-http: remove stats logging
Summary: Now that stats are logged to `tracing` by the `HttpClient` directly, we no longer need to log them here. This commit backs out D23858077 (613fbc858f) which added the logging.

Reviewed By: quark-zju

Differential Revision: D23919308

fbshipit-source-id: 23d3a12c5307bc4b84dd9ffd25bd376718e3cc91
2020-09-24 21:05:20 -07:00

11 lines
248 B
TOML

# @generated by autocargo from //eden/scm/lib/hg-http:hg-http
[package]
name = "hg-http"
edition = "2018"
version = "0.1.0"
include = ["src/**/*.rs"]
[dependencies]
hg-metrics = { path = "../hg-metrics" }
http-client = { path = "../http-client" }