diff --git a/Cargo.toml b/Cargo.toml index fb95a6c..2a5699d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,14 +59,6 @@ wechatbot = { path = "vendor/wechatbot" } encoding_rs = "0.8" libc = "0.2" gray_matter = { version = "0.2", default-features = false, features = ["yaml"] } - -[target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.59", features = [ - "Win32_System_Threading", - "Win32_System_Diagnostics_Debug", - "Win32_Foundation", - "Win32_System_Kernel", -] } # MCP (Model Context Protocol) support rmcp = { version = "1.7", features = [ "client", @@ -78,3 +70,11 @@ schemars = "1.0" http = "1" tower-http = { version = "0.6", features = ["fs"] } rust-embed = "8" + +[target.'cfg(windows)'.dependencies] +windows-sys = { version = "0.59", features = [ + "Win32_System_Threading", + "Win32_System_Diagnostics_Debug", + "Win32_Foundation", + "Win32_System_Kernel", +] }