[package] name = "worker-cf-sentry" publish = true version = "0.1.0" edition = "2021" description = "Sentry client for Cloudflare Workers" authors = ["Sven Sauleau "] license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] worker = { workspace = true } wasm-bindgen = { workspace = true }