basic Lua 5.4 implementation with few example commands

This commit is contained in:
Priler 2026-01-17 05:46:38 +05:00
parent 11c2500d9c
commit 7440baa1b2
35 changed files with 2554 additions and 460 deletions

View file

@ -1,4 +1,4 @@
use jarvis_core::voices::{self, structs::VoiceConfig};
use jarvis_core::voices::{self, VoiceConfig};
#[tauri::command]
pub fn list_voices() -> Vec<VoiceConfig> {