Skip to content

Commit

Permalink
Change library type of isototest to be cdylib
Browse files Browse the repository at this point in the history
Add build instruction to Cargo.toml to create a C-compatible dynamic
library. Needed for perl language bindings.
  • Loading branch information
ByteOtter committed Aug 16, 2024
1 parent 553728b commit 3b02636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions isototest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ readme = "README.md"
repository = "https://github.com/os-autoinst/isotest-ng/tree/main/isototest"
license = "GPL-2.0"

[lib]
name = "isototest"
crate-type = ["cdylib"]

[dependencies]
image = "0.25.2"
log = "0.4.22"
Expand Down

0 comments on commit 3b02636

Please sign in to comment.