Files
porcel8/Cargo.toml

19 lines
355 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"
version = "0.1.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]
clap = { version = "4.5", features = ["derive"] }
log = "0.4.20"
simple_logger = "4.3"
2024-03-02 15:41:55 +05:30
byteorder = "1.5"
2024-03-03 11:48:07 +05:30
sdl2 = "0.36.0"
2024-03-04 20:31:03 +05:30
rand = "0.8.5"
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