dwatch/dub.json
2025-09-04 13:48:07 +03:00

21 lines
No EOL
447 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",
"libs": [
"xdiff"
],
"dependencies": {
"fanotify": "~>0.1.0",
"sdiff": {
"repository": "git+https://git.zhirov.kz/dlang/sdiff.git",
"version": "8c388b112360a9f5bf89b9aa12b1977b8967b219"
}
}
}