diff options
Diffstat (limited to 'index/find_crate.mk')
-rw-r--r-- | index/find_crate.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/find_crate.mk b/index/find_crate.mk new file mode 100644 index 0000000..0d2a851 --- /dev/null +++ b/index/find_crate.mk @@ -0,0 +1,7 @@ +PACKAGES += find_crate +pkg_find_crate_name = find_crate +pkg_find_crate_description = Find Rust libs and exes in Erlang application priv directory +pkg_find_crate_homepage = https://github.com/goertzenator/find_crate +pkg_find_crate_fetch = git +pkg_find_crate_repo = https://github.com/goertzenator/find_crate +pkg_find_crate_commit = master |