sapling/eden/scm/lib/backingstore/Cargo.toml
Xavier Deguillard 27b55303ee Back out "Enable fb dynamicconfig loading inside eden backingstore"
Summary: This is breaking the Windows release, reverting.

Reviewed By: fanzeyi

Differential Revision: D29339787

fbshipit-source-id: 22d8ff5db5619194e4597754dc37343cf0bc3286
2021-06-23 16:45:43 -07: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 = "1.0", 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" }