This commit is contained in:
Alexander Zhirov 2025-08-23 00:52:34 +03:00
commit 4dace7c53c
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 204 additions and 0 deletions

11
dub.json Normal file
View file

@ -0,0 +1,11 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "fifo-process",
"license": "BSL-1.0",
"name": "fifo-process",
"targetPath": "bin",
"targetType": "executable"
}