| author | |
| committer | |
| log | 321bf2b0c97fc1ee1a9eab212f8b41fda111c616 |
| tree | 35c666c52e5c8b6115444991d9f39b63f708178f |
| parent | 5c8e22a0431ab983589e9656c408adede1b2e8a4 |
2 files changed, 0 insertions(+), 2 deletions(-)
base32.zig-1| ... | ... | @@ -2,7 +2,6 @@ |
| 2 | 2 | |
| 3 | 3 | const std = @import("std"); |
| 4 | 4 | const string = []const u8; |
| 5 | const range = @import("range").range; | |
| 6 | 5 | |
| 7 | 6 | const alphabet = "0123456789ABCDEFGHJKMNPQRSTVWXYZ"; |
| 8 | 7 |
zig.mod-1| ... | ... | @@ -5,5 +5,4 @@ license: MIT |
| 5 | 5 | description: ULID implementation for Zig |
| 6 | 6 | min_zig_version: 0.10.0-dev.2431+0e6285c8f |
| 7 | 7 | dependencies: |
| 8 | - src: git https://github.com/nektro/zig-range | |
| 9 | 8 | - src: git https://github.com/nektro/zig-extras |