- Set build type to `library`

- Added `botan` as a dependency
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-29 17:37:52 +02:00
parent 3b3d513f14
commit 9d2d5155ec
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@
],
"copyright": "Copyright © 2023, Tristan B. Velloza Kildaire",
"dependencies": {
"botan": "~>1.13.4",
"river": "~>0.3.5"
},
"description": "A minimal D application.",
"license": "LGPL 2",
"name": "cryptstream"
"name": "cryptstream",
"targetType": "library"
}