The onboard wizard offers Turso cloud sync, but the libsql dependency
is compiled without the `remote` and `tls` features, causing a panic
at runtime when LIBSQL_URL is set:
"The `tls` feature is disabled, you must provide your own http connector"
This adds the missing features to the libsql dependency.