[Fix] Wasm & Webserver
Some checks failed
CI / checks (push) Failing after 2m27s

This commit is contained in:
Alex Emmet 2026-07-19 19:36:17 +02:00
commit 67eb367464
5 changed files with 26 additions and 5 deletions

View file

@ -27,6 +27,8 @@ serde = { version = "1", optional = true, features = ["derive"] }
rcgen = { version = "0.14", optional = true }
time = { version = "0.3", optional = true }
tokio = { version = "1", features = ["macros", "rt"], optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.23.41"
[features]