-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.zig.zon
31 lines (31 loc) · 1.28 KB
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.{
.name = "nkt",
.paths = .{""},
.version = "0.2.9",
.dependencies = .{
.time = .{
.url = "https://github.com/frmdstryr/zig-datetime/archive/master.tar.gz",
.hash = "122077215ce36e125a490e59ec1748ffd4f6ba00d4d14f7308978e5360711d72d77f",
},
.chrono = .{
.url = "https://github.com/fjebaker/chrono-zig/archive/master.tar.gz",
.hash = "1220f90f7c49a91669a6477e667d7f80f9d9f2b8955ccd25d2e89105ba39a3adafab",
},
.farbe = .{
.url = "https://github.com/fjebaker/farbe/archive/main.tar.gz",
.hash = "1220afe0eee9d0382f7ff07905205e287a8714bb40fa2642f8b1103509ac3503d93d",
},
.clippy = .{
.url = "https://github.com/fjebaker/clippy/archive/main.tar.gz",
.hash = "12206aaa8fc6933b9a551af306630b0a39a1efc912b5bd87f18c52dca9b21ec5a091",
},
.termui = .{
.url = "https://github.com/fjebaker/termui/archive/main.tar.gz",
.hash = "1220b6f7c21af9998c2df5b3b0fa5e03f47ff28260d1eb656a3742d0ad82361c59db",
},
.fuzzig = .{
.url = "https://github.com/fjebaker/fuzzig/archive/main.tar.gz",
.hash = "1220ec64a1512e2050157a6450fba790df2312b3d23f64402195df01b0d850ff26c3",
},
},
}