We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a80fe commit c7bc844Copy full SHA for c7bc844
1 file changed
src/redisearch_rs/encode_decode/Cargo.toml
@@ -8,6 +8,9 @@ publish.workspace = true
8
[lints]
9
workspace = true
10
11
+[lib]
12
+crate-type = ["staticlib", "rlib"]
13
+
14
[target.'cfg(all(target_env="musl", target_os="linux"))'.dependencies.redis-module]
15
# Statically link to the libclang on aarch64-unknown-linux-musl,
16
# necessary on Alpine.
0 commit comments