-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (30 loc) · 736 Bytes
/
Copy pathCargo.toml
File metadata and controls
34 lines (30 loc) · 736 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
29
30
31
32
33
34
[package]
name = "translator"
version = "0.4.2"
edition = "2021"
build = "build.rs"
[profile.release]
strip = true
lto = true
opt-level = "s"
codegen-units = 1
[dependencies]
cli-clipboard = "0.4"
cfg-if = "1"
config = "0.13"
deepl = { package = "deepl-api-client", version = "0.2" }
eframe = "0.20"
egui = "0.20"
lazy_static = "1.4"
log = "0.4"
ico = "0.3"
rdev = "0.5"
tauri-hotkey = { git = "https://github.com/zu1k/tauri-hotkey-rs", branch = "master" }
[build-dependencies]
winres = "0.1"
[package.metadata.winres]
OriginalFilename = "translator.exe"
LegalCopyright = "Copyright © 2021-2022 zu1k"
ProductName = "Translator"
ProductVersion = "0.4.2"
FileDescription = "Translator: 简单、轻量、好用的划词翻译软件"