diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | gyro.zzz | 14 | ||||
| -rw-r--r-- | zig.mod | 5 | 
3 files changed, 0 insertions, 23 deletions
| @@ -1,6 +1,2 @@ | |||
| 1 | zig-cache/ | 1 | zig-cache/ | 
| 2 | zig-out/ | 2 | zig-out/ | 
| 3 | deps.zig | ||
| 4 | .zigmod/ | ||
| 5 | .gyro/ | ||
| 6 | gyro.lock | ||
| diff --git a/gyro.zzz b/gyro.zzz deleted file mode 100644 index 127598b..0000000 --- a/gyro.zzz +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | pkgs: | ||
| 2 | nkeys: | ||
| 3 | version: 0.4.0 | ||
| 4 | description: "NKeys support for Zig" | ||
| 5 | license: Apache-2.0 | ||
| 6 | source_url: "https://github.com/rutgerbrf/zig-nkeys" | ||
| 7 | tags: | ||
| 8 | nats | ||
| 9 | |||
| 10 | root: src/main.zig | ||
| 11 | files: | ||
| 12 | README.md | ||
| 13 | LICENSE | ||
| 14 | src/*.zig | ||
| diff --git a/zig.mod b/zig.mod deleted file mode 100644 index edb1a8f..0000000 --- a/zig.mod +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | id: vuocvcwmrmaabg3x916i1wnir9c6vuwqv6uwbm7rn5ks9vab | ||
| 2 | name: nkeys | ||
| 3 | main: src/main.zig | ||
| 4 | license: Apache-2.0 | ||
| 5 | dependencies: | ||