From 46051d8e68469f1af0b6ef189537daa0ef317820 Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Wed, 28 Oct 2020 01:01:58 +0100 Subject: [PATCH] Added library.json --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..06e47c45 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ + +{ + "name": "units", + "version": "1.0.0", + "build": { + "includeDir": "src/include", + "srcFilter": + [ + ".<*>" + ] + } +}