mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +00:00
Create strategies-test-override-Cargo.toml
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
1cc7c7a155
commit
7c810c230d
1 changed files with 13 additions and 0 deletions
13
e2e-tests/manifests/strategies-test-override-Cargo.toml
Normal file
13
e2e-tests/manifests/strategies-test-override-Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[package]
|
||||||
|
name = "cargo-quickinstall"
|
||||||
|
repository = "https://github.com/cargo-bins/cargo-quickinstall"
|
||||||
|
version = "0.2.10"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "cargo-quickinstall"
|
||||||
|
path = "src/main.rs"
|
||||||
|
test = false
|
||||||
|
doc = false
|
||||||
|
|
||||||
|
[package.metadata.binstall]
|
||||||
|
disabled-strategies = ["crate-meta-data", "quick-install", "compile"]
|
Loading…
Add table
Add a link
Reference in a new issue