]> gitweb.ps.run Git - chirp/blobdiff - src/main.zig
add http as external dependency
[chirp] / src / main.zig
index 6647619af293cb5d2f265db6bac6da0baee5ffd5..86820082c263626605b277a95a3cb954d80a4ef4 100644 (file)
@@ -1,6 +1,6 @@
 const std = @import("std");
 const lmdb = @import("lmdb");
-const http = @import("http.zig");
+const http = @import("http");
 
 // db {{{