sstar_l0l3clip_sync/Cargo.toml
Begild 5d99d5bf46 1. 完善msg的处理工作。到了可以调试的步骤了
2. 准备增加屏幕和鼠标的获取相关代码,尚不能编译 通过
2024-08-09 08:40:04 +08:00

20 lines
403 B
TOML

[package]
name = "clipboard_sync"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tokio-macros = "2.4.0"
reqwest = "0.12.5"
log = "0.4.22"
env_logger = "0.8"
url = "2.2"
percent-encoding = "2.1"
trust-dns-resolver = "0.20"
select = "0.5"
scraper = "0.12"
arboard = "3.4.0"
winapi = { version = "0.3.9", features = ["winnt"] }