aboutsummaryrefslogtreecommitdiff
path: root/ttt/src/ttt.app.src
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-03-03 19:25:41 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-03-03 19:25:41 +0100
commit0be77ac09408c13cc12b5953b9ac7459b549c202 (patch)
tree40176fc9983aa8b524af336284a354f559b63568 /ttt/src/ttt.app.src
parenta4c300e687600ae9c9559175362c7de6956a23e6 (diff)
downloaderlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.tar.gz
erlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.tar.bz2
erlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.tar.xz
erlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.zip
wip
Diffstat (limited to 'ttt/src/ttt.app.src')
-rw-r--r--ttt/src/ttt.app.src13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttt/src/ttt.app.src b/ttt/src/ttt.app.src
new file mode 100644
index 0000000..813faba
--- /dev/null
+++ b/ttt/src/ttt.app.src
@@ -0,0 +1,13 @@
+{application, ttt,
+ [{description, "TTT app"},
+ {vsn, "0.1.0"},
+ {registered, []},
+% {mod, {myapp_app, []}},
+ {applications,
+ [kernel, stdlib]},
+ {env,[]},
+ {modules, []},
+
+ {licenses, ["Apache-2.0"]},
+ {links, []}
+ ]}.