blob: 5dc0e7c4a72a49c6c2e4294df4aef924f78fc6b3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
name = "ataxia-rs"
main = "build/index.js"
compatibility_date = "2026-03-01"
[build]
command = "cargo install -q \"worker-build@^0.7\" && worker-build --release"
[assets]
directory = "./assets"
binding = "ASSETS"
|