1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/build_extra/rust
Bert Belder 5bca001f97
build: support crate imports using an alias name
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.
2019-08-02 17:56:47 +02:00
..
BUILD.gn Port code from Cargo and use for progress 2019-06-25 06:32:28 -07:00
empty_crate.rs chore: update license lines (#1557) 2019-01-21 13:03:30 -06:00
get_cargo_info.cmd chore: update license lines (#1557) 2019-01-21 13:03:30 -06:00
get_cargo_info.py chore: update license lines (#1557) 2019-01-21 13:03:30 -06:00
get_rustc_info.cmd chore: update license lines (#1557) 2019-01-21 13:03:30 -06:00
get_rustc_info.py chore: update license lines (#1557) 2019-01-21 13:03:30 -06:00
run.py Pass env vars through in build_extra/rust/run.py 2019-07-08 18:18:28 -04:00
rust.gni build: support crate imports using an alias name 2019-08-02 17:56:47 +02:00