Skip to content

Commit e0bdfd2

Browse files
YassinEldeebdotansimha
authored andcommittedMar 21, 2024
feat: http caching plugin
unpushed files restructuring remove useless eviction policy usage add cf kv docs post-rebase add stuff fix docs http caching dotan just asked for fixes fixes ok getting there cleanup wip wip ok now it compiles ok ok ok ok
1 parent 865f4f8 commit e0bdfd2

33 files changed

+1323
-93
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cargo.lock merge=cargoLockMerger

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ out
77
.wrangler
88
website/.next
99
tools/panic_free_analyzer/output.md
10-
sitemap.xml
10+
sitemap.xml
11+
vsc-extension

‎.vscode/settings.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"yaml.schemas": {
33
"./libs/config/conductor.schema.json": "*.yaml"
44
},
5-
"rust-analyzer.linkedProjects": ["./Cargo.toml"]
6-
}
5+
"rust-analyzer.linkedProjects": [
6+
"./Cargo.toml",
7+
"./libs/common/Cargo.toml",
8+
"./libs/common/Cargo.toml"
9+
]
10+
}

0 commit comments

Comments
 (0)
Please sign in to comment.