Is it possible to add crate-type in Cargo.toml of sqlite3? #499
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hello!
Is it possible to add crate-type in Cargo.toml of sqlite3?
Something like this:
crate-type = ["lib", "cdylib", "staticlib"]
Looks like static lib isnt generated.
The text was updated successfully, but these errors were encountered: