Add dep atomic-file-install to cargo-binstall

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-11-06 17:08:04 +11:00 committed by GitHub
parent 2d68adee77
commit 273a4e8f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ pkg-fmt = "zip"
pkg-fmt = "zip"
[dependencies]
atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" }
binstalk = { path = "../binstalk", version = "0.28.10", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.7" }
clap = { version = "4.5.3", features = ["derive", "env"] }