Skip to content

Commit

Permalink
Expose as rlib too
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Oct 24, 2023
1 parent ac93bd4 commit b2cd1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ python-binding = ["pyo3"]

[lib]
name = "vtracer"
crate-type = ["cdylib"]
crate-type = ["rlib", "cdylib"]

0 comments on commit b2cd1a9

Please sign in to comment.