chore: use correct git url for sqpack

This commit is contained in:
Anna 2022-09-20 06:19:25 -04:00
parent 91ab6c26f7
commit f5594629d4
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
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"