sstar_l0l3clip_sync/Cargo.toml
Begild ed30319430 1. 完善发送的逻辑,使用状态机和鼠标以及pip_file一同进行管理
2. 自测已可正常发送接收
3. atime的管理使用write还是read去更新需要使用宏来控制。目前已coding完毕等待调试
2024-09-19 08:44:31 +08:00

33 lines
717 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"
clap = "3.0"
url = "2.2"
percent-encoding = "2.1"
trust-dns-resolver = "0.20"
select = "0.5"
scraper = "0.12"
arboard = "3.4.0"
aes = "0.7"
block-modes = "0.8"
rand = "0.8" # 哈希库
winapi = { version = "0.3.9", features = ["winuser", "psapi"] }
base64 = "0.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "4.0"
[profile.test]
env = { "RUST_LOG" = "debug" }
[features]
atime_read = []