maybe this fixed the library not found issue?

This commit is contained in:
Schmarni
2023-11-08 05:12:27 +01:00
parent 6a340477a5
commit d086fc3731

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[lib] [lib]
crate-type = ["cdylib", "lib"] crate-type = ["lib", "cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html