This commit is contained in:
Jarred Sumner
2021-05-09 18:57:48 -07:00
parent 7d3b0e7daa
commit b7d8fe2f35
12 changed files with 892 additions and 269 deletions

9
src/cache.zig Normal file
View File

@@ -0,0 +1,9 @@
pub const Cache = struct {
pub const Fs = struct {};
pub const Css = struct {};
pub const JavaScript = struct {};
pub const Json = struct {};
};