Skip to content

Commit 240c93e

Browse files
explicitly add bindgen feature
1 parent a7f6c6f commit 240c93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hts-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ curl = ["curl-sys", "openssl-sys"]
3434
gcs = ["curl"] # Google Cloud Storage support
3535
s3 = ["curl"] # Amazon S3 support
3636
static = [] # Don't dynamically link to other libraries
37+
bindgen = ["bindgen"]
3738

3839
[build-dependencies]
3940
fs-utils = "1.1"

0 commit comments

Comments
 (0)