-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
executable file
·44 lines (39 loc) · 1.01 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
[package]
name = "gru"
version = "2.3.0"
edition = "2021"
authors = ["Zalexanninev15 <[email protected]>"]
license = "MIT License"
description = "Updater for applications from GitHub"
repository = "https://github.com/Zalexanninev15/GRU"
documentation = "https://github.com/Zalexanninev15/GRU#usage"
#build = "build.rs"
#[[bin]]
#name = "GRU"
#path = "build.rs"
# [target.'cfg(windows)'.build-dependencies]
# winres = "0.1"
[dependencies]
execute = "0.2.13"
winconsole = "0.11.1"
press-btn-continue = "0.2.0"
arguments = "0.8.0"
isahc = "1.7.2"
serde_json = { version = "1.0.134", default-features = false, features = [
"alloc",
] }
trauma = "2.2.5"
console = "0.15.10"
tokio = "1.42.0"
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
debug = false
#[package.metadata.winres]
#FileDescription = "Updater for applications from GitHub"
#OriginalFilename = "GRU.exe"
#LegalCopyright = "Copyright © 2022-2024"
#ProductName = "GRU"
#ProductVersion = "2.3.0"