Kaynağa Gözat

Add compiler to applications and update description

pull/3/head
Pedram Nimreezi 12 yıl önce
ebeveyn
işleme
955b76fe50
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      src/goldrush.app.src

+ 3
- 3
src/goldrush.app.src Dosyayı Görüntüle

@ -1,8 +1,8 @@
{application, goldrush, [
{description, ""},
{vsn, "0.1.0"},
{description, "Erlang event stream processor"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib, syntax_tools]},
{applications, [kernel, stdlib, syntax_tools, compiler]},
{mod, {gr_app, []}},
{env, []}
]}.

Yükleniyor…
İptal
Kaydet