worker-cf-sentry 0.1.0

Sentry client for Cloudflare Workers
Documentation
[package]
name = "worker-cf-sentry"
publish = true
version = "0.1.0"
edition = "2021"
description = "Sentry client for Cloudflare Workers"
authors = ["Sven Sauleau <sven@cloudflare.com>"]
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 }