Инициализация 0.1.0
This commit is contained in:
commit
abdc9d4cce
10 changed files with 158 additions and 0 deletions
14
dub.json
Normal file
14
dub.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"authors": [
|
||||
"Alexander Zhirov"
|
||||
],
|
||||
"copyright": "Copyright © 2025, Alexander Zhirov",
|
||||
"description": "D examples",
|
||||
"license": "MIT",
|
||||
"name": "d-examples",
|
||||
"targetPath": "bin",
|
||||
"targetType": "executable",
|
||||
"dependencies": {
|
||||
"commandr": "~>1.1.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue