sapling/eden/scm/lib/edenfs-client/Cargo.toml

22 lines
467 B
TOML
Raw Normal View History

[package]
name = "edenfs-client"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0.25"
byteorder = "1.2"
chrono = "0.4"
clidispatch = { path = "../clidispatch" }
libc = "0.2"
sha2 = "0.8"
thrift-types = { path = "../thrift-types" }
tokio-core = "0.1"
tokio-uds = "0.1"
[target.'cfg(unix)'.dependencies]
fbthrift_socket = { path = "../third-party/rust/fbthrift_socket" }
[dev-dependencies]
telemetry = { path = "../../../../scm/telemetry/telemetry" }