mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-29 19:58:10 -07:00
computer: part 1
This commit is contained in:
@@ -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,8 +1,4 @@
|
||||
use std::{
|
||||
fs::{self},
|
||||
path::Path,
|
||||
time::Instant,
|
||||
};
|
||||
use std::{fs, path::Path, time::Instant};
|
||||
|
||||
use axum::{
|
||||
body::Body,
|
||||
|
||||
Reference in New Issue
Block a user