Guy Bedford 47f8e1cc52
Update examples and templates to 0.7 (#879)
* update examples and templates to 0.7

* lint fixes

* add back -q
2025-11-25 05:39:09 +01:00

18 lines
344 B
TOML

[package]
name = "custom-req-on-workers"
version = "0.1.0"
edition = "2021"
[package.metadata.release]
release = false
[lib]
crate-type = ["cdylib"]
[dependencies]
worker = "0.7"
tracing = "0.1"
tracing-web = "0.1"
tracing-subscriber = { version = "0.3", features = ['time', 'json'] }
time = { version = "0.3", features = ['wasm-bindgen'] }