aquavm/.cargo/config.toml
Anatolios Laskaris 6db35dbd93
chore: Update codecov (#531)
* Update codecov

* Use  instrument-coverage

* Enable profiler

* Fix
2023-03-17 15:11:46 +02:00

14 lines
229 B
TOML

[net]
retry = 50 # network retries
[target.wasm32-wasi]
rustflags = [
"-C", "link-args=-zstack-size=52428800",
]
[build]
profiler = true
[registries]
fluence = { index = "git://crates.fluence.dev/index" }