diff --git a/parser/Cargo.toml b/parser/Cargo.toml index f40b40a5..1eb0f5c9 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -21,7 +21,7 @@ default = [] logging = [] [lib] -crate-type = ["staticlib", "rlib"] +crate-type = ["staticlib", "rlib", "cdylib"] [build-dependencies] cbindgen = "0.27.0"