From 7b737ece760953a879eb95689551298fb541d3a3 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 26 Nov 2023 00:13:27 -0800 Subject: [PATCH] add zigmod files --- .gitignore | 1 + licenses.txt | 6 ++++++ zigmod.lock | 4 ++++ 3 files changed, 11 insertions(+) create mode 100644 licenses.txt create mode 100644 zigmod.lock diff --git a/.gitignore b/.gitignore index bb2a57bd81d13975f2a74ae5dd0e652de07bb8a7..71969716e3e9ca87fdafa1839c25c6daf7da7560 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ zig-* .zigmod +deps.zig diff --git a/licenses.txt b/licenses.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a8b0cc141d38fe7c419649ef69666de9d08ebac --- /dev/null +++ b/licenses.txt @@ -0,0 +1,6 @@ +MIT: += https://spdx.org/licenses/MIT +- This +- git https://github.com/nektro/zig-extras +- git https://github.com/nektro/zig-time +- git https://github.com/nektro/zig-tracer diff --git a/zigmod.lock b/zigmod.lock new file mode 100644 index 0000000000000000000000000000000000000000..fa374fbd88d680b9864d437eac556b782b139e12 --- /dev/null +++ b/zigmod.lock @@ -0,0 +1,4 @@ +2 +git https://github.com/nektro/zig-extras commit-05f0e90a185cb04a09b96f686dffc6375c420e9b +git https://github.com/nektro/zig-time commit-12fad367a5282827aad7e12f0e9cd36f672c4010 +git https://github.com/nektro/zig-tracer commit-5c4151729c6dfc30fc9ec69f60482d43a8820189 -- 2.54.0