chore: scaffold dub project with TOML dep

This commit is contained in:
2026-08-08 17:10:04 -04:00
parent 709bb310e1
commit b2d1df72f9
5 changed files with 49 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "tofu",
"description": "A package manager for the ZereneOS Unofficial User Repository",
"authors": ["huntedbytheirs"],
"license": "BSD-3-Clause",
"targetType": "executable",
"targetName": "tofu",
"dependencies": {
"toml": "~>1.0.0"
},
"buildOptions": ["warningsAsErrors"]
}