fix: 0 warnings build and rename package to mcp-mt5-quant

This commit is contained in:
Devid HW
2026-04-19 06:11:43 +07:00
parent 2104fabe50
commit 94eb8927fd
4 changed files with 8 additions and 6 deletions
-1
View File
@@ -1,7 +1,6 @@
use anyhow::Result;
use serde_json::{json, Value};
use std::fs;
use std::path::Path;
use crate::compile::MqlCompiler;
use crate::models::Config;