mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Rename lib to binstalk (#361)
This commit is contained in:
parent
a94d83f0d5
commit
e25aa50ec9
49 changed files with 25 additions and 25 deletions
|
@ -18,7 +18,7 @@ pkg-fmt = "zip"
|
|||
pkg-fmt = "zip"
|
||||
|
||||
[dependencies]
|
||||
binstall = { path = "../lib", version = "0.0.0" }
|
||||
binstalk = { path = "../binstalk", version = "0.0.0" }
|
||||
clap = { version = "3.2.17", features = ["derive"] }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
dirs = "4.0.0"
|
||||
|
@ -39,15 +39,15 @@ default = ["static", "rustls", "trust-dns", "fancy-no-backtrace"]
|
|||
|
||||
mimalloc = ["dep:mimalloc"]
|
||||
|
||||
static = ["binstall/static"]
|
||||
pkg-config = ["binstall/pkg-config"]
|
||||
static = ["binstalk/static"]
|
||||
pkg-config = ["binstalk/pkg-config"]
|
||||
|
||||
zlib-ng = ["binstall/zlib-ng"]
|
||||
zlib-ng = ["binstalk/zlib-ng"]
|
||||
|
||||
rustls = ["binstall/rustls"]
|
||||
native-tls = ["binstall/native-tls"]
|
||||
rustls = ["binstalk/rustls"]
|
||||
native-tls = ["binstalk/native-tls"]
|
||||
|
||||
trust-dns = ["binstall/trust-dns"]
|
||||
trust-dns = ["binstalk/trust-dns"]
|
||||
|
||||
fancy-no-backtrace = ["miette/fancy-no-backtrace"]
|
||||
fancy-with-backtrace = ["fancy-no-backtrace", "miette/fancy"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue