DRP_Creative/Cargo.toml

34 lines
752 B
TOML
Raw Normal View History

2022-09-08 18:33:18 +00:00
[package]
2023-05-08 22:30:44 +00:00
name = "drp_creative"
version = "1.0.4"
2022-09-08 18:33:18 +00:00
edition = "2021"
authors = ["djkatovfx@gmail.com"]
2022-09-08 18:33:18 +00:00
[dependencies]
discord-rich-presence = "0.2.2"
regex = "1.6.0"
tray-item = "0.7.0"
2022-09-09 20:10:49 +00:00
lazy_static = "1.4.0"
self_update = { version = "0.36.0", features = ["archive-zip"] }
2023-05-08 22:30:44 +00:00
win-msgbox = "0.1.2"
serde = { version = "1.0.170", features = ["derive"] }
toml = "0.7.6"
2022-09-08 19:04:09 +00:00
2022-09-08 18:33:18 +00:00
[dependencies.windows]
version = "0.39.0"
features = [
"Data_Xml_Dom",
"Win32_Foundation",
"Win32_Security",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
]
2022-09-09 20:10:49 +00:00
2022-09-08 19:04:09 +00:00
[target.'cfg(windows)'.build-dependencies]
2023-05-08 22:30:44 +00:00
windres = "0.2.2"
# prefix binary with x86_64-pc-windows-msvc for self_updater
[[bin]]
name = "DRP_Creative--x86_64-pc-windows-msvc"
path = "src/main.rs"