-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (38 loc) · 1.03 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
[package]
name = "christina"
version = "0.3.1"
description = "An assistant to help play with `STEINS;GATE`."
authors = ["Light Ning <[email protected]>"]
license = "Apache-2.0/MIT"
homepage = "https://github.com/light4/christina"
repository = "https://github.com/light4/christina"
default-run = "christina"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
arboard = "3.2"
chrono = { version = "0.4", default-features = false, features = [
"std",
"clock",
] }
color-eyre = "0.6"
directories = "5.0"
image = "0.24"
once_cell = "1.17"
open = "4.0"
regex = "1.7"
screenshots = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_qs = "0.12"
signal-hook = "0.3"
sysinfo = "0.28"
tesseract = "0.13"
tl = "0.7"
ureq = "2.6"
wry = { version = "0.27", features = ["tray"] }
[profile.release]
lto = "thin"
codegen-units = 4
# strip = "debuginfo"
split-debuginfo = 'packed' # https://doc.rust-lang.org/rustc/codegen-options/index.html#split-debuginfo