Skip to content

Commit

Permalink
Fix Cargo.toml in apis.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Sep 27, 2023
1 parent d87e5e7 commit e5e6d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
exclude = ["index.node"]

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit e5e6d5c

Please sign in to comment.