mirror of
https://github.com/denuvosanctuary/steam-ticket-generator.git
synced 2026-01-11 19:06:18 +00:00
18 lines
318 B
TOML
18 lines
318 B
TOML
[package]
|
|
name = "steam-ticket-generator"
|
|
authors = ["NotAndreh"]
|
|
version = "1.2.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
dialoguer = "0.11.0"
|
|
steamworks-sys = { git = "https://github.com/Noxime/steamworks-rs" }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = "z"
|
|
strip = true
|
|
panic = "abort"
|