aboutsummaryrefslogtreecommitdiff
path: root/system.old/libraries/string/string.zon
diff options
context:
space:
mode:
Diffstat (limited to 'system.old/libraries/string/string.zon')
-rw-r--r--system.old/libraries/string/string.zon6
1 files changed, 6 insertions, 0 deletions
diff --git a/system.old/libraries/string/string.zon b/system.old/libraries/string/string.zon
new file mode 100644
index 0000000..e722bf8
--- /dev/null
+++ b/system.old/libraries/string/string.zon
@@ -0,0 +1,6 @@
+.{
+ .name = "string",
+ .version = "1.0.0",
+ .type = .library,
+ .entry = "string.zig",
+}