this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 38 lines 1.4 kB view raw
1.{ 2 .name = .apollo, 3 .version = "0.0.0", 4 5 .fingerprint = 0xbd7510e0a5cc2a77, // Changing this has security and trust implications. 6 .minimum_zig_version = "0.14.0", 7 8 .dependencies = .{ 9 .libxev = .{ 10 .url = "git+https://github.com/mitchellh/libxev#3df9337a9e84450a58a2c4af434ec1a036f7b494", 11 .hash = "libxev-0.0.0-86vtc-ziEgDbLP0vihUn1MhsxNKY4GJEga6BEr7oyHpz", 12 }, 13 .zeit = .{ 14 .url = "git+https://github.com/rockorager/zeit#79e392d1184e318ad2a54cf42e36ba3123391d6b", 15 .hash = "zeit-0.0.0-5I6bk5daAgASbSupjVyf3fqveUh-TyF6N8CVVgTdmCgG", 16 }, 17 .zqlite = .{ 18 .url = "git+https://github.com/karlseguin/zqlite.zig#d146898482a4c4bdcba487496f67a24afa12894d", 19 .hash = "zqlite-0.0.0-RWLaYxp7lQBh-o0STqzS1uZZb0tLTCGBDgzpG_dGjd2J", 20 }, 21 .uuid = .{ 22 .url = "git+https://github.com/r4gus/uuid-zig#9d66e23e32cd7208d1becb4fd9352f8a27f89551", 23 .hash = "uuid-0.3.0-oOieIYF1AAA_BtE7FvVqqTn5uEYTvvz7ycuVnalCOf8C", 24 }, 25 .httpz = .{ 26 .url = "git+https://github.com/karlseguin/http.zig#cb760afdb50b1e4b3f37570e6ddbbd04bf9d5c32", 27 .hash = "httpz-0.0.0-PNVzrK6uBgBYP4D-QGrd_g1A6ZS86NQcLJZEPZyRFFoH", 28 }, 29 }, 30 .paths = .{ 31 "build.zig", 32 "build.zig.zon", 33 "src", 34 // For example... 35 //"LICENSE", 36 //"README.md", 37 }, 38}