dwatch/dub.json
2025-08-22 22:09:19 +03:00

17 lines
No EOL
403 B
JSON

{
"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"
}
}
}