Fix running cargo test in binstalk-git-repo-api`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-05-07 22:32:21 +10:00
parent 30a4a53c67
commit e06ea36ff0
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -22,3 +22,6 @@ thiserror = "1.0.52"
tokio = { version = "1.35.0", features = ["sync"], default-features = false } tokio = { version = "1.35.0", features = ["sync"], default-features = false }
tracing = "0.1.39" tracing = "0.1.39"
url = "2.3.1" url = "2.3.1"
[dev-dependencies]
binstalk-downloader = { version = "0.10.3", path = "../binstalk-downloader" }