We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29eef9 commit 4131dfbCopy full SHA for 4131dfb
Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
10
crate-type = ["cdylib"]
11
12
[dependencies]
13
-libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "cc888c417abbcc83e6f8647d6f12bdfb9bb35f5c", features = ["encryption"] }
+libsql = { version = "0.9.13", features = ["encryption"] }
14
napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt", "async"] }
15
napi-derive = "2"
16
once_cell = "1.18.0"
0 commit comments