75 lines
1.5 KiB
Makefile
75 lines
1.5 KiB
Makefile
|
CARGO_CRATES= addr2line-0.17.0 \
|
||
|
adler-1.0.2 \
|
||
|
anyhow-1.0.57 \
|
||
|
argh-0.1.7 \
|
||
|
argh_derive-0.1.7 \
|
||
|
argh_shared-0.1.7 \
|
||
|
atty-0.2.14 \
|
||
|
autocfg-1.1.0 \
|
||
|
backtrace-0.3.65 \
|
||
|
bitflags-1.3.2 \
|
||
|
cc-1.0.73 \
|
||
|
cfg-if-1.0.0 \
|
||
|
crossbeam-channel-0.5.4 \
|
||
|
crossbeam-deque-0.8.1 \
|
||
|
crossbeam-epoch-0.9.8 \
|
||
|
crossbeam-utils-0.8.8 \
|
||
|
dirs-4.0.0 \
|
||
|
dirs-sys-0.3.7 \
|
||
|
either-1.6.1 \
|
||
|
env_logger-0.9.0 \
|
||
|
form_urlencoded-1.0.1 \
|
||
|
getrandom-0.2.6 \
|
||
|
gimli-0.26.1 \
|
||
|
git2-0.14.3 \
|
||
|
heck-0.3.3 \
|
||
|
hermit-abi-0.1.19 \
|
||
|
humantime-2.1.0 \
|
||
|
idna-0.2.3 \
|
||
|
itoa-1.0.1 \
|
||
|
jobserver-0.1.24 \
|
||
|
lazy_static-1.4.0 \
|
||
|
libc-0.2.125 \
|
||
|
libgit2-sys-0.13.3+1.4.2 \
|
||
|
libz-sys-1.1.6 \
|
||
|
log-0.4.17 \
|
||
|
matches-0.1.9 \
|
||
|
memchr-2.5.0 \
|
||
|
memoffset-0.6.5 \
|
||
|
miniz_oxide-0.5.1 \
|
||
|
num_cpus-1.13.1 \
|
||
|
object-0.28.4 \
|
||
|
percent-encoding-2.1.0 \
|
||
|
pkg-config-0.3.25 \
|
||
|
proc-macro2-1.0.38 \
|
||
|
quote-1.0.18 \
|
||
|
rayon-1.5.2 \
|
||
|
rayon-core-1.9.2 \
|
||
|
redox_syscall-0.2.13 \
|
||
|
redox_users-0.4.3 \
|
||
|
rustc-demangle-0.1.21 \
|
||
|
ryu-1.0.9 \
|
||
|
scopeguard-1.1.0 \
|
||
|
serde-1.0.137 \
|
||
|
serde_derive-1.0.137 \
|
||
|
serde_json-1.0.81 \
|
||
|
syn-1.0.93 \
|
||
|
termcolor-1.1.3 \
|
||
|
thiserror-1.0.31 \
|
||
|
thiserror-impl-1.0.31 \
|
||
|
tinyvec-1.6.0 \
|
||
|
tinyvec_macros-0.1.0 \
|
||
|
toml-0.5.9 \
|
||
|
unicode-bidi-0.3.8 \
|
||
|
unicode-normalization-0.1.19 \
|
||
|
unicode-segmentation-1.9.0 \
|
||
|
unicode-xid-0.2.3 \
|
||
|
url-2.2.2 \
|
||
|
vcpkg-0.2.15 \
|
||
|
wasi-0.10.2+wasi-snapshot-preview1 \
|
||
|
winapi-0.3.9 \
|
||
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
||
|
winapi-util-0.1.5 \
|
||
|
winapi-x86_64-pc-windows-gnu-0.4.0
|
||
|
|