- 删除src-tauri/openai模块及相关依赖 - 在html_scraper中添加find_latest_work_order_id函数 - 更新相关依赖配置 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
259 B
TOML
12 lines
259 B
TOML
[package]
|
|
name = "tms_service"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = "0.12.22"
|
|
tokio = { version = "1", features = ["full"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
html_scraper = { path = "../html_scraper" }
|