diff options
author | trinity-1686a <trinity.pointard@gmail.com> | 2021-12-15 11:26:43 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2021-12-15 11:26:43 +0100 |
commit | 1eb972b1ac8951faac234f56a30b34100d6ecff2 (patch) | |
tree | 32de32e2a19a36266cf9bb9a613fcc29f848d6cb /src/model/Cargo.toml | |
parent | 60d445992632a4962f709f9c9a19f698caf0e4af (diff) | |
download | garage-1eb972b1ac8951faac234f56a30b34100d6ecff2.tar.gz garage-1eb972b1ac8951faac234f56a30b34100d6ecff2.zip |
Add compression using zstd (#173)
fix #27
Co-authored-by: Trinity Pointard <trinity.pointard@gmail.com>
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/173
Co-authored-by: trinity-1686a <trinity.pointard@gmail.com>
Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r-- | src/model/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index 7979a79a..1d695192 100644 --- a/src/model/Cargo.toml +++ b/src/model/Cargo.toml @@ -23,6 +23,7 @@ arc-swap = "1.0" hex = "0.4" log = "0.4" rand = "0.8" +zstd = { version = "0.9", default-features = false } sled = "0.34" |