Files
Workshop-Uploader/Cargo.toml
2024-03-19 22:25:49 -03:00

22 lines
384 B
TOML

[package]
name = "workshop_uploader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name="wani_workshop"
path="src/main.rs"
[dependencies]
steamworks = "0.9.0"
iced = "0.6"
native-dialog = "0.6.3"
image = "0.24.7"
open = "5.1.2"
fs_extra = "1.3.0"
[build-dependencies]
winres = "0.1.12"