-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (23 loc) · 817 Bytes
/
Cargo.toml
File metadata and controls
28 lines (23 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "cclipboardserver"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.36.0", features = ["rt","rt-multi-thread","net","macros","io-util","time","fs","sync"] }
serde_json = "1.0"
serde = { version = "1.0.196", features = ["derive"] }
bytes = "1.5.0"
anyhow = "1.0.75"
thiserror = "1.0.48"
#whoami = "1.4.1"
rand = "0.8.5"
async-recursion = "1.0.5"
log4rs = { version = "1.3.0",features = ["file_appender","pattern_encoder","threshold_filter"]}
log = "0.4.20"
#delay_timer = "0.11.5"
#sysinfo = "0.23"
#num_threads = "0.1.7"
num_threads = { git = "https://github.com/jhpratt/num_threads.git", branch = "impl-windows" }
[profile.release]
panic = 'abort' # 设置为 abort 模式