mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 23:26:36 +00:00
Add missing manifest for e2e-test
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
3f99d23010
commit
f399499a48
1 changed files with 19 additions and 0 deletions
19
e2e-tests/manifests/strategies-test-Cargo.toml
Normal file
19
e2e-tests/manifests/strategies-test-Cargo.toml
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue