17 lines
260 B
YAML
17 lines
260 B
YAML
|
name: todod
|
||
|
version: 0.1.0
|
||
|
|
||
|
# authors:
|
||
|
# - name <email@example.com>
|
||
|
|
||
|
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
|