mirror of
https://github.com/132nd-vWing/tacview-splitter.git
synced 2026-08-26 10:08:37 +02:00
15 lines
332 B
TOML
15 lines
332 B
TOML
[package]
|
|
name = "tacview-splitter"
|
|
version = "0.3.1"
|
|
authors = ["132nd-Professor <132nd-Professor>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
zip = {version = ">= 0.6.2", default-features = false, features = ["deflate"]}
|
|
anyhow = {version = ">= 1.0", features = ["backtrace"]}
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
strip = "symbols"
|