-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (27 loc) · 778 Bytes
/
Copy pathCargo.toml
File metadata and controls
31 lines (27 loc) · 778 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
[package]
name = "binkybox"
version = "0.2.2"
edition = "2021"
authors = ["Nadim Kobeissi <nadim@symbolic.software>"]
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
lto = "fat"
opt-level = 3
strip = "symbols"
codegen-units = 1
debug = false
panic = "abort"
[dependencies]
winvd = "=0.0.48"
tray-item = "0.9.0"
tokio = { version="1.34.0", features = ["full"] }
winsafe = { version = "0.0.18", features = ["gui"] }
regex = "1.10.2"
json = "0.12.4"
open = "5.0.0"
inputbot = "0.6.0"
lazy_static = "1.4.0"
windows = { version = "=0.58", features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Controls", "Win32_System_Console"] }
[build-dependencies]
embed-resource = "2.4.0"