fix web build

This commit is contained in:
2026-07-27 08:09:55 +07:00
parent b518c729f6
commit 9addbd49f4
5 changed files with 95 additions and 52 deletions

View File

@@ -32,4 +32,3 @@ getrandom_0_2 = { package = "getrandom", version = "0.2", features = ["js"] }
getrandom_0_3 = { package = "getrandom", version = "0.3", features = ["wasm_js"] }
getrandom_0_4 = { package = "getrandom", version = "0.4", features = ["wasm_js"] }
tokio = { version = "1", default-features = false, features = ["sync", "macros", "io-util", "rt", "time"] }
errno = { version = "0.3.14", default-features = false }