-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
48 lines (44 loc) · 1.32 KB
/
Cargo.toml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[workspace]
resolver = "2"
members = [
"src-tauri",
"plugins/tauri-plugin-deno",
]
[workspace.package]
authors = ["String 348040933@qq.com"]
edition = "2021"
license = "MIT"
repository = "https://gitee.com/stringlxd/tauri-cc"
[workspace.dependencies]
axum = "0.6"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.23.3"
tokio-tungstenite = "0.16.1"
serde = { version = "1" }
serde_json = "1.0"
serde_bytes = "0.11"
anyhow = { version = "1" }
clap = { version = "4.0.15" }
getset = "0.1.2"
fast_log = { version = "1", features = ["lz4", "zip", "gzip"] }
rusqlite = { version = "=0.29.0", features = ["unlock_notify", "bundled"] }
futures = "0.3.21"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json"] }
async-channel = "2.3.1"
num-bigint = { version = "0.4", features = ["rand"] }
prost = "0.11"
url = { version = "2.3.1", features = ["serde", "expose_internals"] }
async-trait = "0.1.73"
log = "0.4.21"
rand = "=0.8.5"
ring = "^0.17.0"
thiserror = "1.0.40"
tokio-util = "0.7.4"
uuid = { version = "1.3.0", features = ["v4"] }
tauri-plugin-deno = { version = "0.1.0", path = "plugins/tauri-plugin-deno" }
tauri = { version = "2", features = [] }
[profile.release]
codegen-units = 1
incremental = true
lto = true
opt-level = 'z' # Optimize for size