sapling/eden/mononoke/lfs_protocol/Cargo.toml
Stanislau Hlebik dc84f9741d mononoke: try to compress values if they above cachelib limit
Summary: If a value is above cachelib limit let's try to compress it.

Reviewed By: krallin

Differential Revision: D22139644

fbshipit-source-id: 9eb366e8ec94fe66529d27892a988b035989332a
2020-06-20 01:05:54 -07:00

22 lines
385 B
TOML

[package]
name = "lfs_protocol"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
anyhow = "1.0"
faster-hex = "0.4"
http = "0.2"
mime = "0.3.14"
once_cell = "1.4"
quickcheck = "0.9"
serde = { version = "1.0", features = ["derive", "rc"] }
[dev-dependencies]
assert_matches = "1.3"
maplit = "1.0"
serde_json = "1.0"