From 1e8bc6bfaa13ecc0893fa6f07c522648f530e6d7 Mon Sep 17 00:00:00 2001 From: Ambigapathy Vinayak Date: Thu, 30 May 2024 11:36:40 +0200 Subject: [PATCH] Added deps config file --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..82cdbe7 --- /dev/null +++ b/config.json @@ -0,0 +1,12 @@ +{ + "name": "Bakatools", + "owner": "Anulax", + "git": "https://github.com/anulax1225/bakatools", + "packages": + [ + { + "author": "gabime", + "pkg": "spdlog" + } + ] +} \ No newline at end of file