This commit is contained in:
Alexander Zhirov 2025-08-22 22:09:19 +03:00
commit d14c1d37ba
Signed by: alexander
GPG key ID: C8D8BE544A27C511
10 changed files with 386 additions and 0 deletions

17
dub.json Normal file
View file

@ -0,0 +1,17 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "Monitoring files using fanotify",
"license": "BSL-1.0",
"name": "dwatch",
"targetPath": "bin",
"targetType": "executable",
"dependencies": {
"fanotify": {
"repository": "git+https://git.zhirov.kz/dlang/fanotify.git",
"version": "97edc0d795c93ef773ff60d260951e5ff6ae6215"
}
}
}