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
+7
View File
@@ -0,0 +1,7 @@
import std.stdio;
int main()
{
writeln("tofu: ZUUR package manager");
return 0;
}
+4
View File
@@ -0,0 +1,4 @@
/// tofu — a package manager for the ZereneOS Unofficial User Repository.
///
/// Future modules (config, log, types, ...) live under this package.
module tofu;