The file C:\Users\MikeSwanson\claude-projects\gururmm\agent\Cargo.toml has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 63→[target.'cfg(windows)'.dependencies] 64→# Windows service support (optional, only for native-service feature) 65→windows-service = { version = "0.7", optional = true } 66→# Windows-specific APIs for service management and IPC (optional for native-service) 67→windows = { version = "0.58", optional = true, features = [ 68→ "Win32_System_Services", 69→ "Win32_Foundation", 70→ "Win32_Security", 71→ "Win32_System_Pipes", 72→ "Win32_Storage_FileSystem", 73→ "Win32_System_IO", 74→ "Win32_System_RemoteDesktop", 75→ "Win32_System_Threading", 76→ "Win32_System_StationsAndDesktops", 77→ "Win32_UI_WindowsAndMessaging", 78→] } 79→ 80→[target.'cfg(unix)'.dependencies] 81→# Unix signal handling and user detection 82→nix = { version = "0.29", features = ["signal", "user"] }