From 69c12c3e50cd81e737f86dfad201ad71212b0b2f Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Sat, 7 May 2022 00:25:22 +0200 Subject: [PATCH] Add dependency list --- deps.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deps.json diff --git a/deps.json b/deps.json new file mode 100644 index 0000000..948c198 --- /dev/null +++ b/deps.json @@ -0,0 +1,8 @@ +{ + "deps": [ + { + "url": "git@gitlab.com:sta-git/avionics/stm32/libs/sta-core.git", + "ref": "main" + } + ] +} \ No newline at end of file