sapling/eden/scm/lib/hg-http/Cargo.toml

11 lines
248 B
TOML
Raw Normal View History

# @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" }