sapling/eden/scm/lib/backingstore/Cargo.toml
Lukas Piatkowski ad106958f2 eden/scm/lib: autogenerate all Cargo.toml files with autocargo
Summary: This diff removes the split between manually managed and autocargo managed Cargo.toml files in `eden/scm/lib`, now all files are autogenerated.

Reviewed By: quark-zju

Differential Revision: D26830884

fbshipit-source-id: 3a5d8409a61347c7650cc7d8192fa426c03733dc
2021-03-05 04:29:49 -08:00

24 lines
694 B
TOML

# @generated by autocargo from //eden/scm/lib/backingstore:backingstore
[package]
name = "backingstore"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2018"
[lib]
crate-type = ["lib", "staticlib"]
[dependencies]
anyhow = "1.0"
bytes = { version = "0.5", features = ["serde"] }
configparser = { path = "../configparser" }
edenapi = { path = "../edenapi" }
env_logger = "0.7"
libc = "0.2.86"
log = { version = "0.4.8", features = ["kv_unstable"] }
manifest = { path = "../manifest" }
manifest-tree = { path = "../manifest-tree" }
progress = { path = "../progress" }
revisionstore = { path = "../revisionstore" }
types = { path = "../types" }