-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (35 loc) · 836 Bytes
/
Cargo.toml
File metadata and controls
38 lines (35 loc) · 836 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
35
36
37
38
[package]
name = "messauto"
version = "1.3.0"
edition = "2024"
publish = false
[dependencies]
ctrlc = "3.4.5"
eframe = "0.32.0"
image = "0.25.5"
notify = "6.1.1"
tokio = { version = "1.44.1", features = ["full"] }
tray-icon = "0.21.1"
winit = "0.30.12"
log = "0.4.20"
env_logger = "0.10.1"
emlx = "0.1.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
dirs = "5.0"
enigo = "0.5.0"
chrono = "0.4.41"
email = "0.0.21"
rust-i18n = "3.1.5"
auto-launch = "0.5.0"
cargo-packager-updater = { git = "https://github.com/LeeeSe/cargo-packager.git" }
sys-locale = "0.3.2"
sysproxy = "0.3.0"
fancy-regex = "0.16.1"
[package.metadata.packager]
product-name = "MessAuto"
identifier = "com.leeese.messauto"
icons = ["resources/icon_256.png"]
[package.metadata.packager.macos]
background-app = true
signing-identity = "MessAuto_SC"