init
This commit is contained in:
commit
d14c1d37ba
10 changed files with 386 additions and 0 deletions
17
dub.json
Normal file
17
dub.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue