snag/dub.json

14 lines
318 B
JSON

{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "A backup system based on tracking file states using Git",
"license": "GPL-2.0-or-later",
"name": "snapd",
"targetPath": "bin",
"targetType": "executable",
"dependencies": {
"commandr": "~>1.1.0"
}
}