mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +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
|
||||
|
||||
[dependencies]
|
||||
byteorder = "*"
|
||||
strum = { version = "*", features = ["derive"] }
|
||||
aes = "*"
|
||||
flate2 = "*"
|
||||
hashbrown = "*"
|
||||
thiserror = "*"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
byteorder = "1.4"
|
||||
strum = { version = "0.24", features = ["derive"] }
|
||||
aes = "0.8"
|
||||
flate2 = "1.0"
|
||||
hashbrown = "0.13"
|
||||
thiserror = "1.0"
|
||||
|
|
Loading…
Reference in a new issue