TEMP: dynamically link against liblz4 for testing

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-03-07 08:42:50 +01:00
parent 2ae7d196b9
commit dc04ce7fe5
2 changed files with 20 additions and 3 deletions

View File

@ -43,3 +43,6 @@ pam-sys = "0.5"
pam = "0.7"
lz4 = "1.23"
xdg = "2.2"
[patch.crates-io]
lz4-sys = { path = "lz4-rs/lz4-sys" }