sapling/eden/scm/lib/backingstore/Cargo.toml
Arun Kulshreshtha d1d3224ba1 revisionstore: use new EdenAPI crate
Summary: Update the `revisionstore` and `backingstore` crates to use the new EdenAPI crate.

Reviewed By: quark-zju

Differential Revision: D22378330

fbshipit-source-id: 989f34827b744ff4b4ac0aa10d004f03dbe9058f
2020-07-09 13:08:27 -07:00

22 lines
509 B
TOML

[package]
name = "backingstore"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2018"
[dependencies]
configparser = { path = "../configparser" }
edenapi = { path = "../edenapi" }
log = "0.4"
manifest = { path = "../manifest" }
manifest-tree = { path = "../manifest-tree" }
revisionstore = { path = "../revisionstore" }
types = { path = "../types" }
anyhow = "1.0.20"
bytes = "0.5"
libc = "0.2.62"
env_logger = "0.7"
[lib]
crate-type = ["staticlib", "lib"]