Skip to content

Commit 31c7b37

Browse files
committed
feat: add crate-type specification for the oxdraw library
1 parent 5545778 commit 31c7b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ keywords = ["diagram", "svg", "visualization", "mermaid", "render"]
1818

1919
[lib]
2020
name = "oxdraw"
21+
crate-type = ["cdylib", "rlib"]
2122
path = "src/lib.rs"
2223

2324
[[bin]]

0 commit comments

Comments
 (0)