-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
34 lines (29 loc) · 980 Bytes
/
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
[package]
name = "arcdps_buddy"
version = "0.6.5"
edition = "2021"
authors = ["Zerthox"]
repository = "https://github.com/zerthox/arcdps-buddy"
[dependencies]
arc_util = { git = "https://github.com/zerthox/arcdps-utils", features = ["serde", "settings", "update"] }
arcdps = { git = "https://github.com/zerthox/arcdps-rs", features = ["log", "serde", "strum"] }
log = { version = "0.4.18", features = ["release_max_level_info"] }
num_enum = "0.7.1"
once_cell = "1.17.2"
semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_yaml = "0.9.21"
strum = { version = "0.26.1", features = ["derive"] }
[build-dependencies]
proc-macro2 = "1.0.59"
quote = "1.0.28"
serde = { version = "1.0.163", features = ["derive"] }
serde_yaml = "0.9.21"
winresource = "0.1.17"
[lib]
crate-type = ["cdylib"]
[package.metadata.winresource]
ProductName = "ArcDPS Buddy"
OriginalFilename = "arcdps_buddy.dll"
[profile.release]
lto = "thin"