diff --git a/Cargo.toml b/Cargo.toml index d24fc3e..23b9282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [lib] name = "linker_fix_3ds" path = "src/lib.rs" -crate-type = ["staticlib"] +crate-type = ["staticlib", "lib"] [dependencies.libc] git = "https://github.com/Meziu/libc.git"