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