mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
static crate versions
This commit is contained in:
parent
d0f9767444
commit
07f97f6c98
1 changed files with 6 additions and 12 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -12,15 +12,9 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "*"
|
byteorder = "1.4"
|
||||||
strum = { version = "*", features = ["derive"] }
|
strum = { version = "0.24", features = ["derive"] }
|
||||||
aes = "*"
|
aes = "0.8"
|
||||||
flate2 = "*"
|
flate2 = "1.0"
|
||||||
hashbrown = "*"
|
hashbrown = "0.13"
|
||||||
thiserror = "*"
|
thiserror = "1.0"
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
strip = true
|
|
||||||
lto = true
|
|
||||||
codegen-units = 1
|
|
||||||
panic = "abort"
|
|
||||||
|
|
Loading…
Reference in a new issue