From 52a02f2b8eff87d4f4c0bd769735f57ef414ec6c Mon Sep 17 00:00:00 2001 From: Adam Taranto Date: Wed, 2 Oct 2024 11:42:53 +1000 Subject: [PATCH] add libzma-sys --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09e8f45..0244c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,5 @@ pyo3 = { version="0.22.3", features = ["extension-module", "anyhow"] } rayon = "1.10.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" -sourmash = "0.15.1" \ No newline at end of file +sourmash = "0.15.1" +liblzma-sys = "0.3.8" \ No newline at end of file