swapped to symlink-based installation

This commit is contained in:
ryan 2020-12-30 17:34:07 +13:00
parent 8f7f7f5530
commit 8777c355c5
5 changed files with 217 additions and 72 deletions

21
Cargo.lock generated
View file

@ -125,6 +125,7 @@ dependencies = [
"anyhow",
"cargo_metadata",
"cargo_toml",
"clt",
"crates_io_api",
"dirs",
"flate2",
@ -213,6 +214,17 @@ dependencies = [
"vec_map",
]
[[package]]
name = "clt"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ada85b237ebf9bfe564adaded2ec1786e75deb71f215f59323b26a5c70d6afa0"
dependencies = [
"getopts",
"libc",
"tempdir",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
@ -507,6 +519,15 @@ dependencies = [
"typenum",
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
version = "0.1.15"