Files
porcel8/Cargo.toml

19 lines
360 B
TOML
Raw Normal View History

2024-02-29 11:55:14 +05:30
[package]
2024-03-02 15:41:55 +05:30
name = "porcel8"
2025-02-20 08:23:09 +00:00
version = "0.3.1"
2024-02-29 11:55:14 +05:30
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2025-02-20 08:12:54 +00:00
clap = { version = "4.5.30", features = ["derive"] }
log = "0.4.25"
simple_logger = "5.0.0"
2024-03-02 15:41:55 +05:30
byteorder = "1.5"
2025-02-20 08:12:54 +00:00
sdl2 = "0.37.0"
rand = "0.9.0"
2024-02-29 11:55:14 +05:30
[profile.release]
2024-03-04 18:51:32 +05:30
strip = true
2024-03-04 20:31:03 +05:30
lto = true