3 files changed, 11 insertions(+), 0 deletions(-)
.gitignore+1
| ... | ... | @@ -1,2 +1,3 @@ |
| 1 | 1 | zig-* |
| 2 | 2 | .zigmod |
| 3 | deps.zig |
licenses.txt created+6
| ... | ... | @@ -0,0 +1,6 @@ |
| 1 | MIT: |
| 2 | = https://spdx.org/licenses/MIT |
| 3 | - This |
| 4 | - git https://github.com/nektro/zig-extras |
| 5 | - git https://github.com/nektro/zig-time |
| 6 | - git https://github.com/nektro/zig-tracer |
zigmod.lock created+4
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | 2 |
| 2 | git https://github.com/nektro/zig-extras commit-05f0e90a185cb04a09b96f686dffc6375c420e9b |
| 3 | git https://github.com/nektro/zig-time commit-12fad367a5282827aad7e12f0e9cd36f672c4010 |
| 4 | git https://github.com/nektro/zig-tracer commit-5c4151729c6dfc30fc9ec69f60482d43a8820189 |