伊欧 85fc3d0440
feat: Add support for async proxy connection. (#2278)
* Try to attach async to proxy trait first.

* Update proxy connection to support async.

* Add example.

* Try to fix CI.

* Remove CI for cloudflare worker example at this moment...

* Improve SQL serializer
2024-08-20 10:15:48 +01:00

13 lines
323 B
TOML

name = "axum"
main = "build/worker/shim.mjs"
compatibility_date = "2024-07-08"
[[d1_databases]]
binding = "test-d1"
database_name = "axumtest"
# Change it if you want to use your own database
database_id = "00000000-0000-0000-0000-000000000000"
[build]
command = "cargo install -q worker-build && worker-build --release"