Rename lib to binstalk (#361)

This commit is contained in:
Félix Saparelli 2022-09-10 18:44:18 +12:00 committed by GitHub
parent a94d83f0d5
commit e25aa50ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 25 additions and 25 deletions

View file

@ -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"]