From 037615d5375f93bd3c682adb34101621a91cb2ed Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Sun, 8 May 2022 03:32:10 +0200 Subject: [PATCH] Unify lib description --- deps.json => library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename deps.json => library.json (61%) diff --git a/deps.json b/library.json similarity index 61% rename from deps.json rename to library.json index 948c198..c426181 100644 --- a/deps.json +++ b/library.json @@ -1,5 +1,8 @@ { - "deps": [ + "owner" : "sta", + "name": "rtos2", + "version": "0.1.0", + "dependencies": [ { "url": "git@gitlab.com:sta-git/avionics/stm32/libs/sta-core.git", "ref": "main"