1diff --git a/Cargo.lock b/Cargo.lock
2index 4261c06..6d6e537 100644
3--- a/Cargo.lock
4+++ b/Cargo.lock
5@@ -2166,6 +2166,7 @@ dependencies = [
6 "rstest",
7 "serial_test",
8 "tempfile",
9+ "zstd-sys",
10 ]
11
12 [[package]]
13@@ -4962,4 +4963,5 @@ checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
14 dependencies = [
15 "cc",
16 "libc",
17+ "pkg-config",
18 ]
19diff --git a/Cargo.toml b/Cargo.toml
20index e214da1..b78919a 100644
21--- a/Cargo.toml
22+++ b/Cargo.toml
23@@ -67,6 +69,9 @@ hamcrest2 = "0.3.0"
24 rstest = "0.12.0"
25 itertools = "0.10.3"
26
27+# Specify that the indirect dependency ztsd-sys should pick up the system zstd C library
28+zstd-sys = { version = "1", features = [ "pkg-config" ] }
29+
30 [target.'cfg(windows)'.build-dependencies]
31 embed-resource = "1"
32