Skip to content

Commit

Permalink
Add cdylib crate type to parser (#45)
Browse files Browse the repository at this point in the history
* minimal build

* add cdylib

* remove optimizations
  • Loading branch information
Taka152 authored Nov 8, 2024
1 parent 0625b0a commit 4dc358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = []
logging = []

[lib]
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "rlib", "cdylib"]

[build-dependencies]
cbindgen = "0.27.0"

0 comments on commit 4dc358f

Please sign in to comment.