chore: scaffold dub project with TOML dep
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
Reference in New Issue
Block a user