Добавлен вывод через библиотеку sdiff
This commit is contained in:
parent
aa214dcf96
commit
7f54a56ef5
2 changed files with 66 additions and 5 deletions
9
dub.json
9
dub.json
|
@ -8,7 +8,14 @@
|
|||
"name": "dwatch",
|
||||
"targetPath": "bin",
|
||||
"targetType": "executable",
|
||||
"libs": [
|
||||
"xdiff"
|
||||
],
|
||||
"dependencies": {
|
||||
"fanotify": "~>0.1.0"
|
||||
"fanotify": "~>0.1.0",
|
||||
"sdiff": {
|
||||
"repository": "git+git+https://git.zhirov.kz/dlang/sdiff.git",
|
||||
"version": "8c388b112360a9f5bf89b9aa12b1977b8967b219"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue