Add missing manifest for e2e-test

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-07-23 23:59:56 +10:00
parent 3f99d23010
commit f399499a48
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -0,0 +1,19 @@
[package]
name = "cargo-update"
repository = "https://github.com/nabijaczleweli/cargo-update"
version = "11.1.2"
[[bin]]
name = "cargo-install-update"
path = "src/main.rs"
test = false
doc = false
[[bin]]
name = "cargo-install-update-config"
path = "src/main-config.rs"
test = false
doc = false
[package.metadata.binstall]
disabled-strategies = ["quick-install", "compile"]