More progress on checksums

This commit is contained in:
quexeky
2024-10-26 15:18:34 +11:00
parent 714b968683
commit c51e7618bd
3 changed files with 17 additions and 14 deletions

View File

@ -17,6 +17,10 @@ tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] }
name = "drop_app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build]
rustflags = ["-C", "target-feature=+aes,+sse2"]
[build-dependencies]
tauri-build = { version = "2.0.0", features = [] }
@ -41,7 +45,7 @@ tokio = { version = "1.40.0", features = ["rt", "tokio-macros"] }
versions = { version = "6.3.2", features = ["serde"] }
urlencoding = "2.1.3"
rustix = "0.38.37"
gxhash = "3.4.1"
gxhash = "2.3.0"
[dependencies.uuid]
version = "1.10.0"