更新版本至0.1.7:移除openai模块,更新html_scraper功能
- 删除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>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,6 @@
|
||||
#[doc(hidden)]
|
||||
pub mod __private227 {
|
||||
#[doc(hidden)]
|
||||
pub use crate::private::*;
|
||||
}
|
||||
use serde_core::__private227 as serde_core_private;
|
||||
@@ -0,0 +1,12 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-check-cfg=cfg(feature, values("result"))
|
||||
cargo:rustc-check-cfg=cfg(no_core_cstr)
|
||||
cargo:rustc-check-cfg=cfg(no_core_error)
|
||||
cargo:rustc-check-cfg=cfg(no_core_net)
|
||||
cargo:rustc-check-cfg=cfg(no_core_num_saturating)
|
||||
cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
|
||||
cargo:rustc-check-cfg=cfg(no_serde_core)
|
||||
cargo:rustc-check-cfg=cfg(no_serde_derive)
|
||||
cargo:rustc-check-cfg=cfg(no_std_atomic)
|
||||
cargo:rustc-check-cfg=cfg(no_std_atomic64)
|
||||
cargo:rustc-check-cfg=cfg(no_target_has_atomic)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/hokori/code/rust/tms_tools/src-tauri/html_scraper/target/debug/build/serde-00b2cf4d37e16c0d/out
|
||||
Reference in New Issue
Block a user