From 6b71c31d86cb2a5c823a8a045f0bce814c8c2949 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Thu, 12 Dec 2019 01:28:11 +0100 Subject: [PATCH] shard.yml --- shard.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 shard.yml diff --git a/shard.yml b/shard.yml new file mode 100644 index 0000000..af26166 --- /dev/null +++ b/shard.yml @@ -0,0 +1,16 @@ +name: todod +version: 0.1.0 + +# authors: +# - name + +description: | + A shared todo-lists daemon using libipc. + +dependencies: + ipc: + git: https://git.karchnu.fr/WeirdOS/ipc.cr + authd: + git: https://github.com/Lukc/authd + +license: MIT