diff options
author | Daniel Goertzen <[email protected]> | 2016-06-06 19:26:51 -0500 |
---|---|---|
committer | Daniel Goertzen <[email protected]> | 2016-06-06 19:26:51 -0500 |
commit | fb1b4f80bb945266e42e6019218cb595f14b4479 (patch) | |
tree | e3ac3b739b0650561e22e91a2d59e939dfc0f773 | |
parent | 4e12e6a3184d48c2032ba9b7561d14399d29331e (diff) | |
download | erlang.mk-fb1b4f80bb945266e42e6019218cb595f14b4479.tar.gz erlang.mk-fb1b4f80bb945266e42e6019218cb595f14b4479.tar.bz2 erlang.mk-fb1b4f80bb945266e42e6019218cb595f14b4479.zip |
Add rust.mk to plugin list
-rw-r--r-- | doc/src/guide/external_plugins_list.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/guide/external_plugins_list.asciidoc b/doc/src/guide/external_plugins_list.asciidoc index fb98dbe..317355e 100644 --- a/doc/src/guide/external_plugins_list.asciidoc +++ b/doc/src/guide/external_plugins_list.asciidoc @@ -51,3 +51,8 @@ http://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html[Mix]. === reload.mk A https://github.com/bullno1/reload.mk[live reload plugin] for Erlang.mk. + +=== rust.mk + +A https://github.com/goertzenator/rust.mk[plugin] to build https://www.rust-lang.org/[Rust] crates and install binaries into `priv/`. + |