global: snapshot

This commit is contained in:
k
2024-09-13 22:59:20 +02:00
parent deffaef2b5
commit bf2034b80c
18 changed files with 5154 additions and 645 deletions

2
server/Cargo.lock generated
View File

@@ -2482,6 +2482,7 @@ version = "0.4.0"
dependencies = [
"axum",
"bincode",
"chrono",
"color-eyre",
"derive_deref",
"itertools",
@@ -2492,7 +2493,6 @@ dependencies = [
"serde_json",
"swc",
"swc_common",
"swc_ecma_minifier",
"tokio",
"tower-http",
]