From 63cfcbe7a7745b276de58ec92e0141b958c44feb Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 10 Aug 2024 19:06:46 +0200 Subject: use unsafe blocks instead of mutexes --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4529a57..c046f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] dirs = "5.0.1" -lazy_static = "1.5.0" -mlua = { version = "0.9.9", features = ["luajit", "send"] } +mlua = { version = "0.9.9", features = ["luajit"] } +once_cell = "1.19.0" ratatui = "0.27.0" tree-sitter-highlight = "0.22.6" tree-sitter-lua = "0.1.0" -- cgit v1.2.3-70-g09d2