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

4
Cargo.lock generated
View file

@ -76,7 +76,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "binstall"
name = "binstalk"
version = "0.0.0"
dependencies = [
"async-trait",
@ -190,7 +190,7 @@ dependencies = [
name = "cargo-binstall"
version = "0.12.0"
dependencies = [
"binstall",
"binstalk",
"clap",
"crates_io_api",
"dirs",