mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
5bca001f97
A crate can assign an alternative name, different from the crate name, when importing another crate. On the command line this looks like: rustc ... --extern foo_crate=path/to/bar_crate.rlib We need to support this so we can eventually upgrade to rand-0.7.x. |
||
---|---|---|
.. | ||
BUILD.gn | ||
empty_crate.rs | ||
get_cargo_info.cmd | ||
get_cargo_info.py | ||
get_rustc_info.cmd | ||
get_rustc_info.py | ||
run.py | ||
rust.gni |