add url crate to handle local path

This commit is contained in:
jhqxxx
2025-12-11 19:33:30 +08:00
parent 42c95da0e3
commit 6430338e95
4 changed files with 39 additions and 16 deletions
Generated
+1
View File
@@ -43,6 +43,7 @@ dependencies = [
"serde_json",
"tokenizers",
"tokio",
"url",
"uuid",
]