programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
89 stars 21 forks source link

Add bundled as feature #10

Closed AdriDevelopsThings closed 1 year ago

AdriDevelopsThings commented 1 year ago

It's not possible yet to use rusqlite with the bundled feature, because there is no bundled feature yet. So I added the bundled feature that enables the rusqlite/bundled feature.

programatik29 commented 1 year ago

Using bundled feature is already possible by adding rusqlite with a bundled feature to dependencies.