mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 05:20:28 +08:00
* feat(limiter): add Limiter struct with clock interface and tests * feat(limiter): integrate Limiter into tray and window management for rate limiting * fix(tray, window_manager): update debounce timing for tray click and window operations * refactor(limiter): change time representation from u64 to u128 for improved precision * fix: resolve issue with tray operations after system resume * Revert "refactor(limiter): change time representation from u64 to u128 for improved precision" This reverts commit 2198f40f7fcecbb755deb38af005c28e993db970.
10 lines
116 B
TOML
10 lines
116 B
TOML
[package]
|
|
name = "clash-verge-limiter"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|