computer: part 1

This commit is contained in:
nym21
2025-03-19 12:01:54 +01:00
parent ad761e388d
commit 29c10f8854
39 changed files with 1567 additions and 570 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ color-eyre = { workspace = true }
jiff = { workspace = true }
log = { workspace = true }
minreq = { workspace = true }
oxc = { version = "0.58.1", features = ["codegen", "minifier"] }
oxc = { version = "0.60.0", features = ["codegen", "minifier"] }
serde = { workspace = true }
tokio = { version = "1.44.1", features = ["full"] }
tower-http = { version = "0.6.2", features = ["compression-full"] }
zip = "2.2.3"
zip = "2.4.1"
+1 -5
View File
@@ -1,8 +1,4 @@
use std::{
fs::{self},
path::Path,
time::Instant,
};
use std::{fs, path::Path, time::Instant};
use axum::{
body::Body,