Move meta into a separate subpackage

This commit is contained in:
2019-03-02 08:01:58 +01:00
parent d7dfa3f6f1
commit 5b850d532e
9 changed files with 17 additions and 1 deletions

5
meta/dub.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "meta",
"description": "Template metaprogramming",
"targetType": "library"
}