From 01b86e491b0469ea82cfc7cadd79ff376d1276fc Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Thu, 9 Aug 2018 13:49:19 +0100 Subject: [PATCH] Add Project.toml --- Project.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Project.toml diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..8bc5f29 --- /dev/null +++ b/Project.toml @@ -0,0 +1,17 @@ +name = "StrFormat" +desc = "Extension for StrLiterals, adds support for C/Python/type-driven formatting" +authors = ["ScottPJones "] +keywords = ["Strings", "Literals", "printf", "Format"] +license = "MIT" +uuid = "a5a47323-cf2a-443b-a747-99a2b29c4966" + +[deps] +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" + +ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf" +Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" # 9wb580eyjv4k3iej +StrLiterals = "68059f60-971f-57ff-a2d0-18e7de9ccc84" + +