-
Notifications
You must be signed in to change notification settings - Fork 0
feat: refine settings and module surfaces #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
9b3deac
fd77cdd
4b7bb2e
3a2e505
63ba234
db1b0df
22f81a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,6 +49,7 @@ surge-ping = "0.8.4" | |
| toml = "1.1.2" | ||
| duct = "1.1.1" | ||
| sysinfo = "0.38.4" | ||
| discord-rich-presence = "1.1.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Verify discord-rich-presence is available on crates.io
curl -s "https://crates.io/api/v1/crates/discord-rich-presence" | jq -r '.crate.max_version'Repository: Noktomezo/ZapretInteractive Length of output: 76 Use Dependencies should be added using the 🤖 Prompt for AI Agents |
||
|
|
||
| [target.'cfg(windows)'.dependencies] | ||
| windows = { version = "0.62.2", features = ["Win32_Foundation", "Win32_Security", "Win32_Security_Authentication_Identity", "Win32_System_Threading", "Win32_System_Services", "Win32_System_Registry", "Win32_System_Diagnostics_ToolHelp", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock"] } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.