cycles-quartz/.cargo/config.toml
2024-08-06 13:50:11 -07:00

9 lines
158 B
TOML

[alias]
wasm = "build --release --target wasm32-unknown-unknown --lib"
unit-test = "test --lib"
schema = "run --bin schema"
[net]
git-fetch-with-cli = true