chore: use correct git url for sqpack

This commit is contained in:
Anna 2022-09-20 06:19:25 -04:00
parent 613f233432
commit 802679f7b7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
sqpack = { git = "https://git.anna.lgbt/ascclemens/ttmp-rs", features = ["read"] }
sqpack = { git = "https://git.anna.lgbt/ascclemens/sqpack-rs", features = ["read"] }
[dev-dependencies]
criterion = "0.4"