cryptstream/dub.json

14 lines
299 B
JSON
Raw Normal View History

2023-04-29 16:21:15 +01:00
{
"authors": [
"Tristan B. Velloza Kildaire"
],
"copyright": "Copyright © 2023, Tristan B. Velloza Kildaire",
"dependencies": {
2023-06-18 12:43:56 +01:00
"botan": ">=1.13.4",
"river": ">=0.3.5"
2023-04-29 16:21:15 +01:00
},
"description": "A minimal D application.",
"license": "LGPL 2",
"name": "cryptstream",
"targetType": "library"
2023-04-29 16:21:15 +01:00
}