diff --git a/examples/demo/Cargo.toml b/examples/demo/Cargo.toml index ebcec8c..04c55f0 100644 --- a/examples/demo/Cargo.toml +++ b/examples/demo/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [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