remove mlua dep

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2025-11-27 16:10:46 +07:00
parent 8eeed983f0
commit 8529a34782
3 changed files with 11 additions and 142 deletions

View file

@ -1,4 +1,4 @@
use mlua::AsChunk;
// use mlua::AsChunk;
use rayon::iter::{IntoParallelIterator, IntoParallelRefIterator, ParallelIterator};
use serde::{Deserialize, Serialize};
use serde_json::Value;