summaryrefslogtreecommitdiff
path: root/p6/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'p6/META6.json')
-rw-r--r--p6/META6.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/p6/META6.json b/p6/META6.json
new file mode 100644
index 0000000..81d9eb3
--- /dev/null
+++ b/p6/META6.json
@@ -0,0 +1,9 @@
+{
+ "perl": "6.d",
+ "name": "mixed-server",
+ "version": "1",
+ "depends": [
+ "Cro::HTTP::Router",
+ "Cro::HTTP::Server",
+ ],
+}