summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-02 14:00:12 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-02 14:00:12 +0300
commit3dcf1d592133e485e10bf2465868d645321a8404 (patch)
tree931104ea9c63d8d12b6eb960d25d2f88d6869499 /Cargo.toml
parent88019620faccc88edaa98c2d6b839d59e2af7317 (diff)
supposedly finished implementing everything
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1292d35..b45f870 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,4 +32,4 @@ smol-macros = "0.1.1"
macro_rules_attribute = "0.2.2"
ctrlc = "3.4.7"
easy-parallel = "3.3.1"
-turso = "0.1.1"
+libsql = { version = "0.9.11", default-features = false, features = ["core"] }