mirror of
https://github.com/cloudflare/workers-rs.git
synced 2025-12-08 18:01:59 +00:00
7 lines
167 B
TOML
7 lines
167 B
TOML
name = "tracing-on-workers"
|
|
main = "build/worker/shim.mjs"
|
|
compatibility_date = "2023-03-22"
|
|
|
|
[build]
|
|
command = "cargo install worker-build && worker-build --release"
|